Skip to content

Commit

Permalink
.gitignore update
Browse files Browse the repository at this point in the history
  • Loading branch information
nc2U committed Jul 3, 2023
1 parent 718e575 commit ac1f2a2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 44 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ mysql
# virtualize
venv/

requirements.txt
Dockerdev
requirements_dev.txt
docker-compose.yml
cluster-issuer.yml

Expand Down
42 changes: 21 additions & 21 deletions deploy/docker/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
Django
uWSGI
mysqlclient
django-widget-tweaks
django-markdown2
Pillow
django-mdeditor
django-tinymce
django-import-export
django-admin-rangefilter
boto3
django-storages
django-mathfilters
XlsxWriter
Django==4.2.2
uWSGI==2.0.21
mysqlclient==2.2.0
django-widget-tweaks==1.4.12
django-markdown2==0.3.1
Pillow==10.0.0
django-mdeditor==0.1.20
django-tinymce==3.6.1
django-import-export==3.2.0
django-admin-rangefilter==0.8.8
boto3==1.26.165
django-storages==1.13.2
django-mathfilters==1.0.0
XlsxWriter==3.1.2
WeasyPrint==52
djangorestframework
djangorestframework-simplejwt
PyJWT
django-allauth
httpie
django-filter
django-crispy-forms==1.*
djangorestframework==3.14.0
djangorestframework-simplejwt==5.2.2
PyJWT==2.7.0
django-allauth==0.54.0
httpie==3.2.2
django-filter==23.2
django-crispy-forms==1.14.0
22 changes: 0 additions & 22 deletions deploy/docker/python/requirements.txt.safe

This file was deleted.

0 comments on commit ac1f2a2

Please sign in to comment.