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

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
django = "*"
djangorestframework = "*"
markdown = "*"
djangorestframework-simplejwt = "*"
gunicorn = "*"
psycopg2-binary = "*"
[requires]
python_version = "3.7"