move to pipenv

master
mknurs 2022-08-12 19:53:44 +02:00
parent 11f372e125
commit fa689bb7ba
2 changed files with 18 additions and 1 deletions

2
.gitignore vendored
View File

@ -92,7 +92,7 @@ ipython_config.py
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
Pipfile.lock
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.

17
Pipfile 100644
View File

@ -0,0 +1,17 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
pymysql = "*"
sqlalchemy = "*"
numpy = "*"
pyncclient = "*"
python-magic = "*"
[dev-packages]
[requires]
python_version = "3.10"