1
0
Fork 0

Update python libraries

Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
spacecruft
Alfredos-Panagiotis Damkalis 2020-01-20 19:18:30 +02:00
parent d0440e4155
commit 6d86d9fb23
3 changed files with 15 additions and 15 deletions

View File

@ -7,7 +7,7 @@
apipkg==1.5
attrs==19.3.0
Click==7.0
coverage==5.0
coverage==5.0.3
docopt==0.6.1
docopts==0.6.1
execnet==1.7.1
@ -15,18 +15,18 @@ factory-boy==2.12.0
Faker==2.0.5
filelock==3.0.12
mock==3.0.5
packaging==19.2
packaging==20.0
pluggy==0.13.1
pur==5.2.2
py==1.8.0
pyparsing==2.4.5
pytest==5.3.2
py==1.8.1
pyparsing==2.4.6
pytest==5.3.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
toml==0.10.0
tox==3.14.2
tox==3.14.3
virtualenv==16.7.9
wcwidth==0.1.7
wcwidth==0.1.8

View File

@ -29,20 +29,20 @@ eventlet==0.25.1
greenlet==0.4.15
gunicorn==19.9.0
idna==2.8
importlib-metadata==1.3.0
importlib-metadata==1.4.0
influxdb==5.2.3
kaitaistruct==0.8
kombu==4.6.7
Markdown==3.1.1
monotonic==1.5
more-itertools==8.0.2
more-itertools==8.1.0
mysqlclient==1.4.6
oauthlib==3.1.0
Pillow==6.2.1
Pillow==7.0.0
PyJWT==1.7.1
python-dateutil==2.8.1
python-decouple==3.1
python-dotenv==0.10.3
python-dotenv==0.10.5
python3-openid==3.1.0
pytz==2019.3
PyYAML==5.1.2
@ -53,11 +53,11 @@ requests-oauthlib==1.3.0
rjsmin==1.1.0
satellitetle==0.8.1
satnogs-decoders~=1.0
sentry-sdk==0.12.3
sentry-sdk==0.14.0
sgp4==1.4
shortuuid==0.5.0
simplejson==3.16.0
six==1.13.0
six==1.14.0
social-auth-app-django==3.1.0
social-auth-core==3.2.0
sqlparse==0.3.0
@ -65,4 +65,4 @@ Unipath==1.1
uritemplate==3.0.1
urllib3==1.24.3
vine==1.3.0
zipp==0.6.0
zipp==2.0.0

View File

@ -34,7 +34,7 @@ install_requires =
# Cache
django-redis-cache~=2.0.0
# Logging
sentry-sdk~=0.12.0
sentry-sdk~=0.14.0
# Configuration
python-decouple~=3.1.0
dj-database-url~=0.5.0