Files
interchan/Pipfile

23 lines
312 B
TOML
Raw Normal View History

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
pillow = "*"
django-hcaptcha = "*"
django-environ = "*"
django-guardian = "*"
django-colorfield = "*"
[dev-packages]
mypy = "*"
black = "*"
[requires]
python_version = "3.10"
[pipenv]
allow_prereleases = true