This repository has been archived on 2021-03-10. You can view files and clone it, but cannot push or open issues or pull requests.
perktree/backend/Pipfile

18 lines
265 B
TOML
Raw Normal View History

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
django = "*"
djangorestframework = "*"
markdown = "*"
djangorestframework-simplejwt = "*"
gunicorn = "*"
2019-03-24 22:36:31 +01:00
psycopg2-binary = "*"
[requires]
python_version = "3.7"