This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2019-09-10 15:00:13 +00:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[packages]
|
|
|
|
asgiref = "*"
|
|
|
|
beautifulsoup4 = "*"
|
|
|
|
celery = "*"
|
|
|
|
channels = "*"
|
|
|
|
cherrypy = "*"
|
|
|
|
colorlog = "*"
|
|
|
|
daphne = "*"
|
|
|
|
defusedxml = "*"
|
|
|
|
django = "*"
|
|
|
|
django-cors-middleware = "*"
|
|
|
|
django-filters = "*"
|
|
|
|
django-ipware = "*"
|
|
|
|
django-model-utils = "*"
|
|
|
|
django-oauth-toolkit = "*"
|
|
|
|
django-oidc-provider = "*"
|
|
|
|
django-otp = "*"
|
|
|
|
django-recaptcha = "*"
|
|
|
|
django-redis = "*"
|
|
|
|
django-rest-framework = "*"
|
|
|
|
django-revproxy = "*"
|
|
|
|
djangorestframework = "==3.9.4"
|
|
|
|
drf-yasg = "*"
|
|
|
|
ldap3 = "*"
|
|
|
|
lxml = "*"
|
|
|
|
markdown = "*"
|
|
|
|
oauthlib = "*"
|
|
|
|
packaging = "*"
|
|
|
|
psycopg2 = "*"
|
|
|
|
pycryptodome = "*"
|
|
|
|
pyyaml = "*"
|
|
|
|
qrcode = "*"
|
|
|
|
requests-oauthlib = "*"
|
|
|
|
sentry-sdk = "*"
|
|
|
|
service_identity = "*"
|
|
|
|
signxml = "*"
|
|
|
|
urllib3 = {extras = ["secure"],version = "*"}
|
|
|
|
websocket_client = "*"
|
2019-09-30 16:04:04 +00:00
|
|
|
structlog = "*"
|
2019-10-01 13:43:06 +00:00
|
|
|
uwsgi = "*"
|
2019-09-10 15:00:13 +00:00
|
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.7"
|
|
|
|
|
|
|
|
[dev-packages]
|
2019-10-01 14:53:09 +00:00
|
|
|
astroid = "==2.2.5"
|
2019-09-10 15:00:13 +00:00
|
|
|
coverage = "*"
|
|
|
|
isort = "*"
|
2019-10-01 14:53:09 +00:00
|
|
|
pylint = "==2.3.1"
|
|
|
|
pylint-django = "==2.0.10"
|
|
|
|
prospector = "==1.1.7"
|
2019-09-10 15:00:13 +00:00
|
|
|
django-debug-toolbar = "*"
|
|
|
|
bumpversion = "*"
|
|
|
|
unittest-xml-reporting = "*"
|
|
|
|
autopep8 = "*"
|
|
|
|
bandit = "*"
|
2019-09-30 16:04:04 +00:00
|
|
|
colorama = "*"
|