General upgrade of dependencies

Update licenses for new versions after dependency upgrades

pin pycurl to version that does not break on install

implement new workflow for py2/3 requirements management

require twisted tls extras, resolve service-identity version

Upgrade celery to resolve importlib DeprecationWarning

use flags to resolve the unsafe and cache problems
This commit is contained in:
AlanCoding
2019-04-11 10:49:00 -04:00
parent f174902bb2
commit 2bec5ddb41
13 changed files with 149 additions and 457 deletions

View File

@@ -5,8 +5,9 @@ asgiref==1.1.2
azure-keyvault==1.1.0
boto==2.47.0
channels==1.1.8
celery==4.2.1
celery==4.3.0
daphne==1.3.0 # Last before backwards-incompatible channels 2 upgrade
twisted[tls]>=17.1 # from daphne, see https://github.com/django/daphne/pull/257
defusedxml==0.5.0 # py36 support https://github.com/tiran/defusedxml/pull/4
Django==1.11.20
django-auth-ldap==1.7.0
@@ -43,7 +44,6 @@ social-auth-core==3.0.0
social-auth-app-django==2.1.0
requests==2.21.0
requests-futures==0.9.7
service-identity==17.0.0
slackclient==1.1.2
tacacs_plus==1.0
twilio==6.10.4