1
0
Fork 0

Update all dependencies

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/417/head
Vasilis Tsiligiannis 2019-09-22 21:13:06 +03:00
parent 5c4e94ef76
commit 25059fbeac
3 changed files with 45 additions and 46 deletions

View File

@ -4,26 +4,26 @@
# './contrib/refresh-requirements.sh to regenerate this file
-r requirements.txt
Faker==0.8.18
apipkg==1.5
atomicwrites==1.3.0
attrs==19.1.0
Click==7.0
coverage==4.5.4
docopt==0.6.1
docopts==0.6.1
execnet==1.7.1
factory-boy==2.11.1
mock==2.0.0
packaging==19.1
pbr==5.4.2
pluggy==0.12.0
factory-boy==2.12.0
Faker==2.0.2
mock==3.0.5
packaging==19.2
pluggy==0.13.0
pur==5.2.2
py==1.8.0
pyparsing==2.4.2
pytest-cov==2.6.1
pytest-django==3.4.8
pytest-forked==0.2
pytest-xdist==1.25.0
pytest==5.1.2
text-unidecode==1.2
pytest==5.1.3
pytest-cov==2.7.1
pytest-django==3.5.1
pytest-forked==1.0.2
pytest-xdist==1.29.0
text-unidecode==1.3
wcwidth==0.1.7

View File

@ -6,59 +6,58 @@
amqp==2.5.1
billiard==3.6.1.0
celery==4.3.0
certifi==2019.6.16
certifi==2019.9.11
chardet==3.0.4
Click==7.0
defusedxml==0.6.0
dj-database-url==0.5.0
Django==1.11.23
django-allauth==0.35.0
Django==1.11.24
django-allauth==0.40.0
django-appconf==1.0.3
django-avatar==4.1.0
django-compressor==2.2
django-compressor==2.3
django-crispy-forms==1.7.2
django-csp==3.4
django-filter==1.1.0
django-jsonfield==1.0.1
django-csp==3.5
django-filter==2.2.0
django-jsonfield==1.3.1
django-redis-cache==2.0.0
django-shortuuidfield==0.1.3
djangorestframework==3.7.7
djangorestframework==3.10.3
dnspython==1.16.0
enum34==1.1.6
eventlet==0.25.1
greenlet==0.4.15
gunicorn==19.9.0
idna==2.8
importlib-metadata==0.19
importlib-metadata==0.23
influxdb==5.2.3
kaitaistruct==0.8
kombu==4.6.4
lxml==4.4.1
Markdown==2.6.11
Markdown==3.1.1
monotonic==1.5
more-itertools==7.2.0
mysqlclient==1.3.14
mysqlclient==1.4.4
oauthlib==3.1.0
Pillow==6.1.0
PyJWT==1.7.1
python-dateutil==2.8.0
python-decouple==3.1
python-dotenv==0.6.5
python-dotenv==0.10.3
python3-openid==3.1.0
pytz==2019.2
rcssmin==1.0.6
redis==3.3.8
requests==2.22.0
requests-oauthlib==1.2.0
rjsmin==1.0.12
rjsmin==1.1.0
satellitetle==0.7.0
satnogs-decoders~=0.0
sentry-sdk==0.7.14
sentry-sdk==0.12.2
sgp4==1.4
shortuuid==0.5.0
simplejson==3.16.0
six==1.12.0
social-auth-app-django==1.2.0
social-auth-app-django==3.1.0
social-auth-core==3.2.0
Unipath==1.1
urllib3==1.24.3

View File

@ -26,34 +26,34 @@ install_requires =
# Basic
Django~=1.11.0
django-shortuuidfield~=0.1.0
django-jsonfield~=1.0.0
django-jsonfield~=1.3.0
celery~=4.3.0
# Deployment
mysqlclient~=1.3.0
mysqlclient~=1.4.0
gunicorn[eventlet]~=19.9.0
# Cache
django-redis-cache~=2.0.0
# Logging
sentry-sdk~=0.7.0
sentry-sdk~=0.12.0
# Configuration
python-decouple~=3.1.0
dj-database-url~=0.5.0
pytz
Unipath~=1.0
python-dotenv~=0.6.0
python-dotenv~=0.10.0
# Security
django_csp~=3.4.0
django_csp~=3.5.0
# Users
django-allauth~=0.35.0
django-allauth~=0.40.0
django-avatar~=4.1.0
django-crispy-forms~=1.7.0
social-auth-app-django~=1.2.0
social-auth-app-django~=3.1.0
# Static
django_compressor~=2.2.0
django_compressor~=2.3.0
# API
djangorestframework~=3.7.0
Markdown~=2.6.0
django-filter~=1.1.0
djangorestframework~=3.10.0
Markdown~=3.1.0
django-filter~=2.2.0
# Astronomy
sgp4~=1.4.0
satellitetle~=0.7.0
@ -67,13 +67,13 @@ install_requires =
[options.extras_require]
dev =
pytest-cov~=2.6.0
pytest-django~=3.4.0
pytest-forked~=0.2.0
pytest-xdist~=1.25.0
mock~=2.0.0
Faker~=0.8.0
factory-boy~=2.11.0
pytest-cov~=2.7.0
pytest-django~=3.5.0
pytest-forked~=1.0.0
pytest-xdist~=1.29.0
mock~=3.0.0
Faker~=2.0.0
factory-boy~=2.12.0
pur~=5.2.0
docopts~=0.6.0