shynet/Pipfile

32 lines
479 B
TOML
Raw Normal View History

2020-04-09 21:27:14 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
black = "*"
[packages]
django = "*"
django-allauth = "*"
2020-04-10 07:25:32 +00:00
geoip2 = "*"
2020-04-14 14:55:01 +00:00
whitenoise = "*"
2020-04-10 07:25:32 +00:00
celery = "*"
django-ipware = "*"
pyyaml = "*"
ua-parser = "*"
user-agents = "*"
2020-04-12 05:46:28 +00:00
emoji-country-flag = "*"
2020-04-13 03:30:20 +00:00
rules = "*"
2020-04-14 14:55:01 +00:00
gunicorn = "*"
psycopg2-binary = "*"
2020-04-14 20:02:49 +00:00
redis = "*"
django-redis-cache = "*"
2020-04-17 18:06:12 +00:00
pycountry = "*"
ipaddress = "*"
2020-05-09 16:35:50 +00:00
html2text = "*"
2020-05-28 22:00:49 +00:00
django-health-check = "*"
2020-04-09 21:27:14 +00:00
[pipenv]
allow_prereleases = true