[[source]] name = "pypi" url = "https://pypi.org/simple" verify_ssl = true [requires] python_version = "3.9" [dev-packages] tox = ">2" pytest = ">=2.8.7" pytest-cov = ">=2.0.0" pytest-django = ">=2.9.1" pytest-filedata = ">=0.1.0" pytest-mock = ">=3.3.1" jsonschema = ">=2.6.0" "twentyc.rpc" = ">=0.3.5,<0.5" pyupgrade = "*" [packages] # core requirements django = ">=2.2, <2.3" django-inet = ">=0.5.0, <0.6" django-handleref = ">=0.6.0, <0.7" django-namespace-perms = ">=0.6.0, <0.7" django-peeringdb = "==2.6.0" djangorestframework = ">=3.12,<3.13" mysqlclient = ">=1.3.9" peeringdb = ">=1.1.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 = ">=3" django-rest-swagger = ">=2.1.2" djangorestframework-api-key = ">=2.0.0" 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.2.1" 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" django-two-factor-auth = ">=1.11,<2" grainy = ">=1.7,<2" django-grainy = ">=1.9.1,<2"