contentmatcher/Pipfile

18 lines
229 B
Plaintext
Raw Normal View History

2022-08-12 19:53:44 +02:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
pymysql = "*"
sqlalchemy = "*"
numpy = "*"
pyncclient = "*"
python-magic = "*"
[dev-packages]
[requires]
2022-08-14 12:01:47 +02:00
python_version = "3.7"