shynet/Pipfile

30 lines
437 B
TOML
Raw Normal View History

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