Skip to content

Commit

Permalink
Update Django and other requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ar-jan committed Mar 28, 2024
1 parent 05ecdaa commit e927736
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ To run on a local machine, use:
```sh
cd lidiabrowser
python manage.py migrate
python manage.py runserver
python manage.py sync
python manage.py populate
python manage.py runserver
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
python-dotenv
pyyaml
pyzotero
Django
Django~=4.2
django-environ
iso639-lang>=2.1.0
openpyxl
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
#
# pip-compile
#
asgiref==3.7.2
asgiref==3.8.1
# via django
bibtexparser==1.4.1
# via pyzotero
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
django==4.2.7
django==4.2.11
# via -r requirements.in
django-environ==0.11.2
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
feedparser==6.0.10
feedparser==6.0.11
# via pyzotero
idna==3.6
# via requests
iso639-lang==2.2.1
iso639-lang==2.2.3
# via -r requirements.in
openpyxl==3.1.2
# via -r requirements.in
pyparsing==3.1.1
pyparsing==3.1.2
# via bibtexparser
python-dotenv==1.0.0
python-dotenv==1.0.1
# via -r requirements.in
pytz==2023.3.post1
pytz==2024.1
# via pyzotero
pyyaml==6.0.1
# via -r requirements.in
Expand All @@ -42,7 +42,7 @@ sgmllib3k==1.0.0
# via feedparser
sqlparse==0.4.4
# via django
typing-extensions==4.8.0
typing-extensions==4.10.0
# via asgiref
urllib3==2.1.0
urllib3==2.2.1
# via requests

0 comments on commit e927736

Please sign in to comment.