Migrate to pipenv based dependencz management
This commit is contained in:
25
Pipfile
Normal file
25
Pipfile
Normal file
@@ -0,0 +1,25 @@
|
||||
[[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"
|
||||
Reference in New Issue
Block a user