shynet/Pipfile

26 lines
352 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 = "*"
celery = "*"
django-ipware = "*"
pyyaml = "*"
ua-parser = "*"
user-agents = "*"
2020-04-12 04:42:14 +08:00
django-humanize = "*"
2020-04-12 06:54:03 +08:00
anonymizeip = "*"
2020-04-10 05:27:14 +08:00
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true