Skip to content

Commit

Permalink
Updated packages (#257)
Browse files Browse the repository at this point in the history
* Added only essential primary packages to requirements.txt in order to alleviate dependabot warnings.

* Updated astropy to 5.3.3

* Update requirements

* Updated packages
  • Loading branch information
crisingulani authored May 16, 2024
1 parent d636235 commit 3f2e913
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
astropy==5.3.3
coverage==6.5.0
Django==4.1.10
django-cors-headers==3.11.0
django-filebrowser-no-grappelli==4.0.1
django-filter==21.1
django-oauth-toolkit==2.0.0
astropy==6.1.0
coverage==7.5.1
Django==5.0.6
django-cors-headers==4.3.1
django-filebrowser-no-grappelli==4.0.2
django-filter==24.2
django-oauth-toolkit==2.3.0
django-shibboleth-remoteuser==0.12
djangorestframework==3.13.1
drf-social-oauth2==1.2.1
drf-spectacular==0.22.0
djangorestframework==3.15.1
drf-social-oauth2==2.2.0
drf-spectacular==0.27.2
gunicorn==22.0.0
h5py==3.7.0
numpy==1.22.4
psycopg2-binary==2.9.3
h5py==3.11.0
numpy==1.26.4
pandas==2.2.2
psycopg2-binary==2.9.9
pyarrow==16.0.0
PyJWT==2.4.0
pytest==7.2.0
pytest-cov==4.0.0
pytest-django==4.5.2
PyYAML==6.0
requests==2.28.0
requests-oauthlib==1.3.1
social-auth-app-django==5.0.0
social-auth-core==4.3.0
tables-io==0.7.9
uWSGI==2.0.21
PyJWT==2.8.0
pytest==8.2.0
pytest-cov==5.0.0
pytest-django==4.8.0
PyYAML==6.0.1
requests==2.31.0
requests-oauthlib==2.0.0
social-auth-app-django==5.4.1
social-auth-core==4.5.4
tables-io==0.9.6
tables==3.9.2
uWSGI==2.0.25.1

0 comments on commit 3f2e913

Please sign in to comment.