Skip to content

Commit

Permalink
update setup.py deps
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed Feb 1, 2021
1 parent dfeb95d commit a145067
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,35 @@
install_requires=[ # pipenv lock -r
"asgiref==3.3.1; python_version >= '3.5'",
"brotli==1.0.9",
"certifi==2020.12.5",
"cffi==1.14.4",
"chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
"cryptography==3.3.1",
"defusedxml==0.6.0; python_version >= '3.0'",
"django-auth-ldap==2.2.0",
"django-filter==2.4.0",
"django-gravatar2==1.4.4",
"django==3.1.5",
"djangorestframework==3.12.2",
"gunicorn==20.0.4",
"hashids==1.3.1",
"idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"oauthlib==3.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"psycopg2==2.8.6",
"pyasn1-modules==0.2.8",
"pyasn1==0.4.8",
"pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"pyjwt==2.0.1; python_version >= '3.6'",
"python-ldap==3.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"python3-openid==3.2.0; python_version >= '3.0'",
"pytz==2020.5",
"requests-oauthlib==1.3.0",
"requests==2.25.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
"six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"social-auth-app-django==4.0.0",
"social-auth-core==4.0.3",
"sqlparse==0.4.1; python_version >= '3.5'",
"urllib3==1.26.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'",
"whitenoise[brotli]==5.2.0",
],
zip_safe=False,
Expand Down

0 comments on commit a145067

Please sign in to comment.