26 lines
351 B
TOML
26 lines
351 B
TOML
|
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
beautifulsoup4 = "*"
|
||
|
coloredlogs = "*"
|
||
|
flask = "*"
|
||
|
tabulate = "*"
|
||
|
colorama = "*"
|
||
|
|
||
|
[dev-packages]
|
||
|
black = "*"
|
||
|
debugpy = "*"
|
||
|
flake8 = "*"
|
||
|
pytest = "*"
|
||
|
pytest-cov = "*"
|
||
|
pytest-mock = "*"
|
||
|
pydocstyle = "*"
|
||
|
pylint = "*"
|
||
|
pynsist = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.11"
|