spaceout/site/Pipfile
Praneeth Bhandaru 713e5bb4f6 Removed React
2020-12-12 22:57:30 -05:00

19 lines
254 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
django-cockroachdb = "*"
psycopg2 = "*"
pillow = "*"
[dev-packages]
isort = "*"
black = "*"
[requires]
python_version = "3.8"