1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00
Files
peeringdb-peeringdb/Pipfile
Matt Griswold 9dea61b34e Make spelling of traffic levels consistent #519 (#723)
Co-authored-by: Stefan Pratter <stefan@20c.com>
2020-05-21 08:53:49 +00:00

62 lines
1.6 KiB
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[requires]
python_version = "3.7"
[dev-packages]
tox = ">2"
pytest = ">=2.8.7"
pytest-cov = ">=2.0.0"
pytest-django = ">=2.9.1"
pytest-filedata = ">=0.1.0"
jsonschema = ">=2.6.0"
facsimile = ">=1.1.1"
"twentyc.rpc" = ">=0.3.5,<0.5"
[packages]
# core requirements
django = ">=2.2, <2.3"
django-inet = ">=0.4.0, <0.5"
django-handleref = ">=0.5.0, <0.6"
django-namespace-perms = ">=0.6.0, <0.7"
django-peeringdb = {file = "https://github.com/peeringdb/django-peeringdb/archive/gh_pdb_519.zip"}
djangorestframework = ">=3.9.1, <3.12"
mysqlclient = ">=1.3.9"
peeringdb = ">=1.0.0, <2"
uwsgi = ">=2.0.14"
# ancilary packages
bleach = ">=2.1.3"
django-allauth = ">=0.32.0"
django-simple-captcha = ">=0.5.11"
django-autocomplete-light = ">=3.2.9"
django-bootstrap3 = ">=9.0.0"
django-cors-middleware = ">=1.3.1"
django-cors-headers = ">=2.1.0"
django-countries = ">=4.6.1"
django-crispy-forms = ">=1.6.1"
django-debug-toolbar = ">=1.9.1"
django-extensions = ">=1.3.3"
django-grappelli = ">=2.10.1"
django-hashers-passlib = ">=0.3"
django-oauth-toolkit = ">=1.0.0"
django-phonenumber-field = ">=0.6"
django-ratelimit = ">=1.1.0"
django-rest-swagger = ">=2.1.2"
django-tables2 = ">=1.0.4"
django-vanilla-views = ">=1.0.2"
googlemaps = ">=2.5.1"
markdown = ">=2.6.7"
passlib = ">=1.7.1"
phonenumbers = ">=8.11.1"
rdap = ">=1.0.1,<2"
unidecode = ">=1.0.23"
# these should just be pulled in automatically?
django-reversion = ">=3, <4"
certifi = ">=2017.11.5"
tld = ">=0.7.6"
# deprecated from drf -- used by rest swagger
coreapi = ">=2.3.1"