shynet/Pipfile

26 lines
432 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
[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-05-10 00:35:50 +08:00
html2text = "*"
2020-05-29 06:00:49 +08:00
django-health-check = "*"
2020-06-28 10:58:49 +08:00
django-npm = "*"