Skip to content

Commit

Permalink
Cap requirements to prevent breaking in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Jul 7, 2023
1 parent 09b8772 commit 92e7566
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
numba
llvmlite
asgiref>=3.2.10
asgiref<4.0.0
cernrequests==0.3.3
certifi==2018.11.29
certifi<2023.0.0
channels[daphne]
channels_redis
Django<4.2.0
django-allauth>=0.40.0
django-bootstrap3>=9.1.0
django-filter>=2.2.0
django-ckeditor>=6.2.0
django-tables2>=2.2.1
djangorestframework>=3.10.3
django-allauth<1.0.0
django-bootstrap3<24.0
django-filter<24.0
django-ckeditor<7.0.0
django-tables2<3.0.0
djangorestframework<4.0.0
django-model-utils
psycopg2-binary>=2.8.3
python-decouple==3.1
requests==2.27.1
daphne>=2.4.1
django-widget-tweaks>=1.4.5
django-extensions>=2.1.6
psycopg2-binary<3.0.0
python-decouple<4.0
requests<3.0.0
daphne<5.0.0
django-widget-tweaks<2.0.0
django-extensions<4.0.0
paramiko
runregistry
apscheduler
Expand Down

0 comments on commit 92e7566

Please sign in to comment.