reimbursinator/back/Pipfile
2019-02-21 16:18:39 -08:00

18 lines
326 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
django = ">=2.1.6"
django-cors-headers = "==2.4.0"
djangorestframework = "==3.8.2"
django-rest-auth = "==0.9.3"
django-allauth = "==0.37.1"
gunicorn = "==19.6.0"
python-decouple = "==3.1"
[requires]
python_version = "3.5"