Files
market/Pipfile
Alek Ratzloff a61ad46b49 Initial commit
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-01-15 20:15:14 -05:00

21 lines
302 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "==19.10b0"
[packages]
django = "==2.2"
django-bootstrap4 = "*"
django-invitations = "*"
django-hashid-field = "*"
frozendict = "*"
[requires]
python_version = "3.8"
[pipenv]
allow_prereleases = true