Skip to content

Commit

Permalink
rebuilt venv with pip updates, ninja, no restframework
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoc committed Jan 20, 2024
1 parent 8dbf805 commit 19f0b9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
annotated-types==0.6.0
asgiref==3.7.2
Django==4.2.9
django-admin-interface==0.28.3
django-colorfield==0.11.0
django-filter==23.5
djangorestframework==3.14.0
django-ninja==1.1.0
gunicorn==21.2.0
packaging==23.2
passlib==1.7.4
pillow==10.2.0
pydantic==2.5.3
pydantic_core==2.14.6
PyMySQL==1.1.0
python-slugify==8.0.1
pytz==2023.3.post1
sqlparse==0.4.4
text-unidecode==1.3
typing_extensions==4.9.0
1 change: 0 additions & 1 deletion settings.example.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
"django.contrib.sites",
"django.contrib.flatpages",
"django.contrib.staticfiles",
"django_filters",
"ninja",
"ishar",
"ishar.apps.accounts",
Expand Down

0 comments on commit 19f0b9e

Please sign in to comment.