Files
interchan/Pipfile
Alek Ratzloff c4f910c6a8 Add files necessary for production deployment
* Dockerfile, docker-compose template
* nginx config
* uwsgi config
* wait-for-postgres script
* requirements.txt
* Some other stuff

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-07-18 17:04:37 -07:00

26 lines
371 B
TOML

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