1
0
Fork 0

Update python libraries

Signed-off-by: Alfredos-Panagiotis Damkalis <fredy@fredy.gr>
spacecruft
Alfredos-Panagiotis Damkalis 2022-03-28 13:44:33 +03:00
parent 26677db242
commit e0cddccb85
3 changed files with 50 additions and 48 deletions

View File

@ -4,24 +4,23 @@
# './contrib/refresh-requirements.sh to regenerate this file
-r requirements.txt
backports.entry-points-selectable==1.1.0
coverage==6.0.2
distlib==0.3.3
coverage==6.3.2
distlib==0.3.4
docopt==0.6.1
docopts==0.6.1
execnet==1.9.0
factory-boy==3.2.0
factory-boy==3.2.1
Faker==8.1.4
filelock==3.3.1
filelock==3.6.0
iniconfig==1.1.1
mock==4.0.3
packaging==21.0
platformdirs==2.4.0
packaging==21.3
platformdirs==2.5.1
pluggy==1.0.0
pur==5.4.2
py==1.10.0
pyparsing==2.4.7
pytest==6.2.5
py==1.11.0
pyparsing==3.0.7
pytest==7.1.1
pytest-celery==0.0.0
pytest-cov==2.12.1
pytest-django==4.2.0
@ -29,5 +28,6 @@ pytest-forked==1.3.0
pytest-xdist==2.2.1
text-unidecode==1.3
toml==0.10.2
tomli==2.0.1
tox==3.23.1
virtualenv==20.8.1
virtualenv==20.14.0

View File

@ -3,11 +3,11 @@
# Please edit 'setup.cfg' to add top-level dependencies and use
# './contrib/refresh-requirements.sh to regenerate this file
amqp==5.0.6
asgiref==3.4.1
attrs==21.2.0
amqp==5.1.0
asgiref==3.5.0
attrs==21.4.0
billiard==3.6.4.0
cachetools==4.2.4
cachetools==5.0.0
celery==5.0.5
certifi==2021.10.8
cffi==1.15.0
@ -16,86 +16,88 @@ click==7.1.2
click-didyoumean==0.3.0
click-plugins==1.1.1
click-repl==0.2.0
cryptography==35.0.0
cryptography==36.0.2
defusedxml==0.7.1
dj-database-url==0.5.0
Django==3.2.8
django-allauth==0.44.0
Django==3.2.12
django-allauth==0.50.0
django-appconf==1.0.5
django-avatar==5.0.0
django-bootstrap-modal-forms==2.2.0
django-compressor==2.4.1
django-cors-headers==3.10.0
django-cors-headers==3.10.1
django-countries==7.2.1
django-crispy-forms==1.11.2
django-csp==3.7
django-debug-toolbar==3.2.2
django-filter==2.4.0
django-debug-toolbar==3.2.4
django-filter==21.1
django-fontawesome-5==1.0.18
django-jsonfield==1.4.1
django-redis-cache==3.0.0
django-redis-cache==3.0.1
django-shortuuidfield==0.1.3
django-widget-tweaks==1.4.8
djangorestframework==3.12.4
django-widget-tweaks==1.4.12
djangorestframework==3.13.1
dnspython==1.16.0
drf-spectacular==0.16.0
drf-spectacular==0.22.0
ecdsa==0.14.1
enum34==1.1.10
eventlet==0.29.1
frozendict==2.0.6
frozendict==2.3.0
greenlet==1.1.2
gunicorn==19.9.0
h5py==3.2.1
idna==2.10
importlib-metadata==4.11.3
inflection==0.5.1
influxdb==5.3.1
jsonschema==4.1.0
jsonschema==4.4.0
kaitaistruct==0.9
kombu==5.1.0
kombu==5.2.4
Logbook==1.5.3
lxml==4.6.3
Markdown==3.3.4
msgpack==1.0.2
lxml==4.8.0
Markdown==3.3.6
msgpack==1.0.3
mysqlclient==2.0.3
nanoid==2.0.0
numpy==1.21.2
oauthlib==3.1.1
Pillow==8.4.0
prompt-toolkit==3.0.20
numpy==1.22.3
oauthlib==3.2.0
Pillow==9.0.1
prompt-toolkit==3.0.28
pyasn1==0.4.8
pycparser==2.20
pycparser==2.21
PyJWT==2.3.0
PyLD==2.0.3
pyrsistent==0.18.0
pyrsistent==0.18.1
python-dateutil==2.8.2
python-decouple==3.4
python-dotenv==0.17.1
python-jose==3.2.0
python3-openid==3.2.0
pytz==2021.3
pytz==2022.1
PyYAML==5.4.1
pyzmq==22.0.3
rcssmin==1.0.6
redis==3.5.3
Represent==1.6.0.post0
requests==2.25.1
requests-oauthlib==1.3.0
requests-oauthlib==1.3.1
rjsmin==1.1.0
rsa==4.7.2
rsa==4.8
rush==2021.4.0
satellitetle==0.11.1
satnogs-decoders~=1.0
sentry-sdk==1.1.0
sgp4==2.19
shortuuid==1.0.1
simplejson==3.17.5
shortuuid==1.0.8
simplejson==3.17.6
six==1.16.0
social-auth-app-django==4.0.0
social-auth-core==4.1.0
social-auth-core==4.2.0
spacetrack==0.16.0
sqlparse==0.4.2
Unipath==1.1
uritemplate==3.0.1
urllib3==1.26.7
urllib3==1.26.9
vine==5.0.0
wcwidth==0.2.5
zipp==3.7.0

View File

@ -44,7 +44,7 @@ install_requires =
django_csp~=3.7.0
django-cors-headers~=3.10.0
# Users
django-allauth~=0.44.0
django-allauth~=0.50.0
django-avatar~=5.0.0
django-crispy-forms~=1.11.0
python-jose[cryptography]~=3.2.0
@ -52,10 +52,10 @@ install_requires =
# Static
django_compressor~=2.4.0
# API
djangorestframework~=3.12.0
drf-spectacular~=0.16.0
djangorestframework~=3.13.0
drf-spectacular~=0.22.0
Markdown~=3.3.0
django-filter~=2.4.0
django-filter~=21.1
# Astronomy
sgp4~=2.19.0
satellitetle~=0.11.0