coinmanager/Pipfile

18 lines
239 B
TOML
Raw Normal View History

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
2020-04-27 01:09:45 +02:00
pudb = "*"
django-extensions = "*"
werkzeug = "*"
pydotplus = "*"
[packages]
django = "*"
2021-07-12 09:13:57 +00:00
django-cacheops = "*"
[requires]
2020-10-06 09:49:00 +00:00
python_version = "3.8"