remove redbaron and update dependencies

This commit is contained in:
Ryan Petrello
2019-02-20 08:26:41 -05:00
parent 1ece764547
commit 04622d5786
13 changed files with 191 additions and 515 deletions

View File

@@ -5,7 +5,7 @@ NOTE: before running `pip-compile`, please copy-paste contents in `requirements/
At the end of `requirements/requirements.in`, pip and setuptools need to have their versions pinned.
```
virtualenv /buildit
python3 -m venvpip install pip-tools /buildit
source /buildit/bin/activate
pip install pip-tools
pip install pip --upgrade

View File

@@ -22,7 +22,7 @@ django-taggit==0.22.2
djangorestframework==3.7.7
djangorestframework-yaml==1.0.3
irc==16.2
jinja2=2.10
jinja2==2.10
jsonschema==2.6.0
Markdown==2.6.11 # used for formatting API help
ordereddict==1.1
@@ -38,7 +38,6 @@ python-radius==1.0
python3-saml==1.4.0
social-auth-core==3.0.0
social-auth-app-django==2.1.0
redbaron==0.6.3
requests<2.16 # Older versions rely on certify
requests-futures==0.9.7
service-identity==17.0.0

View File

@@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements/requirements.txt requirements/requirements.in
# pip-compile requirements/requirements.in
#
amqp==2.3.2 # via kombu
appdirs==1.4.2
@@ -10,20 +10,20 @@ argparse==1.4.0 # via uwsgitop
asgi-amqp==1.1.3
asgiref==1.1.2
asn1crypto==0.24.0 # via cryptography
attrs==17.4.0 # via automat, service-identity
autobahn==18.3.1 # via daphne
automat==0.6.0 # via twisted
baron==0.6.6 # via redbaron
billiard==3.5.0.4 # via celery
attrs==18.2.0 # via automat, service-identity, twisted
autobahn==19.2.1 # via daphne
automat==0.7.0 # via twisted
billiard==3.5.0.5 # via celery
boto==2.47.0
celery==4.2.1
cffi==1.11.5 # via cryptography
cffi==1.12.1 # via cryptography
channels==1.1.8
constantly==15.1.0 # via twisted
cryptography==2.3.1 # via requests
cryptography==2.5 # via pyopenssl
daphne==1.3.0
defusedxml==0.5.0 # via python3-saml
defusedxml==0.5.0
django-auth-ldap==1.7.0
django-cors-headers==2.4.0
django-crum==0.7.2
django-extensions==2.0.0
django-jsonfield==1.0.1
@@ -37,77 +37,78 @@ django-taggit==0.22.2
django==1.11.16
djangorestframework-yaml==1.0.3
djangorestframework==3.7.7
docutils==0.14 # via botocore
future==0.16.0 # via django-radius
hyperlink==18.0.0 # via twisted
idna==2.6 # via cryptography, hyperlink, requests
idna==2.8 # via hyperlink
incremental==17.5.0 # via twisted
inflect==0.2.5 # via jaraco.itertools
ipaddress==1.0.19 # via cryptography
inflect==2.1.0 # via jaraco.itertools
irc==16.2
isodate==0.6.0 # via python-saml
jaraco.classes==1.4.3 # via jaraco.collections
jaraco.collections==1.5.3 # via irc, jaraco.text
jaraco.functools==1.17 # via irc, jaraco.text
jaraco.itertools==2.1.1 # via irc
jaraco.logging==1.5.1 # via irc
jaraco.stream==1.1.2 # via irc
jaraco.text==1.10 # via irc, jaraco.collections
isodate==0.6.0 # via python3-saml
jaraco.classes==2.0 # via jaraco.collections
jaraco.collections==2.0 # via irc, jaraco.text
jaraco.functools==2.0 # via irc, jaraco.text, tempora
jaraco.itertools==4.4.1 # via irc
jaraco.logging==2.0 # via irc
jaraco.stream==2.0 # via irc
jaraco.text==2.0 # via irc, jaraco.collections
jinja2==2.10
jsonpickle==0.9.6 # via asgi-amqp
jsonpickle==1.1 # via asgi-amqp
jsonschema==2.6.0
kombu==4.2.1 # via asgi-amqp, celery
lxml==4.2.3
lxml==4.3.1 # via xmlsec
markdown==2.6.11
MarkupSafe==1.0 # via jinja2
more-itertools==4.1.0 # via irc, jaraco.functools, jaraco.itertools
msgpack-python==0.5.5 # via asgi-amqp
markupsafe==1.1.0 # via jinja2
more-itertools==6.0.0 # via irc, jaraco.functools, jaraco.itertools
msgpack-python==0.5.6 # via asgi-amqp
netaddr==0.7.19 # via pyrad
oauthlib==2.0.6 # via django-oauth-toolkit, requests-oauthlib, social-auth-core
ordereddict==1.1
pexpect==4.6.0
pkgconfig==1.4.0 # via xmlsec
psutil==5.4.3
psycopg2==2.7.3.2
ptyprocess==0.5.2 # via pexpect
pyasn1-modules==0.2.1 # via service-identity
pyasn1==0.4.2 # via pyasn1-modules, service-identity
pycparser==2.18 # via cffi
ptyprocess==0.6.0 # via pexpect
pyasn1-modules==0.2.4 # via python-ldap, service-identity
pyasn1==0.4.5 # via pyasn1-modules, python-ldap, service-identity
pycparser==2.19 # via cffi
pygerduty==0.37.0
pyjwt==1.6.0 # via social-auth-core, twilio
pyhamcrest==1.9.0 # via twisted
pyjwt==1.7.1 # via social-auth-core, twilio
pyopenssl==19.0.0 # via service-identity
pyparsing==2.2.0
pyrad==2.1 # via django-radius
pysocks==1.6.8
pysocks==1.6.8 # via twilio
python-dateutil==2.7.2
python-ldap==3.1.0 # via django-auth-ldap
django-cors-headers==2.4.0
python-logstash==0.4.6
python-memcached==1.59
python3-openid>=3.0.10 # via social-auth-core
python-radius==1.0
python3-openid==3.1.0 # via social-auth-core
python3-saml==1.4.0
pytz==2018.5 # via celery, django, irc, tempora, twilio
pyyaml==3.12 # via djangorestframework-yaml
redbaron==0.6.3
pytz==2018.9 # via celery, django, irc, tempora, twilio
pyyaml==3.13 # via djangorestframework-yaml
requests-futures==0.9.7
requests-oauthlib==0.8.0 # via social-auth-core
requests-oauthlib==1.2.0 # via social-auth-core
requests[security]==2.15.1
rply==0.7.5 # via baron
service-identity==17.0.0
simplejson==3.13.2 # via uwsgitop
six==1.11.0 # via asgi-amqp, asgiref, autobahn, automat, cryptography, django-extensions, irc, isodate, jaraco.classes, jaraco.collections, jaraco.itertools, jaraco.logging, jaraco.stream, more-itertools, pygerduty, pyrad, python-dateutil, python-memcached, slackclient, social-auth-app-django, social-auth-core, tacacs-plus, tempora, twilio, txaio, websocket-client
simplejson==3.16.0 # via uwsgitop
six==1.12.0 # via asgi-amqp, asgiref, autobahn, automat, cryptography, django-extensions, irc, isodate, jaraco.classes, jaraco.collections, jaraco.itertools, jaraco.logging, jaraco.stream, pygerduty, pyhamcrest, pyopenssl, pyrad, python-dateutil, python-memcached, slackclient, social-auth-app-django, social-auth-core, tacacs-plus, tempora, twilio, txaio, websocket-client
slackclient==1.1.2
social-auth-app-django==2.1.0
social-auth-core==3.0.0
tacacs_plus==1.0
tempora==1.10 # via irc, jaraco.logging
tempora==1.14 # via irc, jaraco.logging
twilio==6.10.4
twisted==17.9.0 # via daphne
txaio==2.9.0 # via autobahn
typing==3.6.4 # via django-extensions
twisted==18.9.0 # via daphne
txaio==18.8.1 # via autobahn
typing==3.6.6 # via django-extensions
uwsgi==2.0.17
uwsgitop==0.10.0
vine==1.2.0 # via amqp
websocket-client==0.47.0 # via slackclient
zope.interface==4.4.3 # via twisted
xmlsec==1.3.3 # via python3-saml
zope.interface==4.6.0 # via twisted
# The following packages are considered to be unsafe in a requirements file:
pip==9.0.1
setuptools==36.0.1
# pip
# setuptools

View File

@@ -0,0 +1 @@
enum34