Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Newton Mugaya authored and mugaya committed Jun 17, 2024
1 parent 8a1dedc commit 6f1a885
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
venv
cpims/settings.py
.history
.history/*
.history/*
.pyc
__pycache__
*.pyc
migrations
30 changes: 17 additions & 13 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
Django==1.8.15
django-crispy-forms==1.6.0
jellyfish==0.5.4
pillow==2.4.0
psycopg2
reportlab==3.3.0
djangorestframework==3.3.3
openpyxl==2.3.3
python-dateutil==2.4.2
jellyfish==0.5.4
python-memcached
pandas==0.20.3
xlsxwriter==0.9.8
Django==4.1.4
django-crispy-forms==2.1
jellyfish==1.0.3
pillow==10.3.0
psycopg2-binary==2.9.9
reportlab==4.0.7
djangorestframework==3.14.0
djangorestframework-simplejwt==5.3.0
openpyxl==3.1.3
python-dateutil==2.8.2
jellyfish==1.0.3
python-memcached==1.59
pandas==2.1.3
XlsxWriter==3.1.9
drf-extensions==0.7.1
drf-spectacular
drf-spectacular-sidecar

0 comments on commit 6f1a885

Please sign in to comment.