Skip to content

Commit

Permalink
fixing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek2x committed Dec 16, 2021
1 parent f082ced commit 4949471
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions .idea/.gitignore → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/dataSources.local.xml
# Editor-based HTTP Client requests
/httpRequests/
/myvenv
Binary file modified BigProject
Binary file not shown.
Binary file added Vitbook/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file added Vitbook/__pycache__/settings.cpython-39.pyc
Binary file not shown.
Binary file added Vitbook/__pycache__/urls.cpython-39.pyc
Binary file not shown.
Binary file added Vitbook/__pycache__/wsgi.cpython-39.pyc
Binary file not shown.
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
asgiref==3.2.7
certifi==2020.6.20
chardet==3.0.4
asgiref>=3.2.7
certifi>=2020.6.20
chardet>=3.0.4
django>=3.1.13
django-crispy-forms==1.9.1
django-registration-redux==2.8
django-widget-tweaks==1.4.8
gunicorn==20.0.4
idna==2.9
django-crispy-forms>=1.9.1
django-registration-redux>=2.8
django-widget-tweaks>=1.4.8
gunicorn>=20.0.4
idna>=2.9
Pillow>=8.3.2
python-memcached==1.59
pytz==2020.1
requests==2.24.0
six==1.15.0
sqlparse==0.3.1
python-memcached>=1.59
pytz>=2020.1
requests>=2.24.0
six>=1.15.0
sqlparse>=0.3.1
urllib3>=1.26.5
whitenoise==5.1.0
whitenoise>=5.1.0
Binary file added social/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file added social/__pycache__/admin.cpython-39.pyc
Binary file not shown.
Binary file added social/__pycache__/apps.cpython-39.pyc
Binary file not shown.
Binary file added social/__pycache__/forms.cpython-39.pyc
Binary file not shown.
Binary file added social/__pycache__/models.cpython-39.pyc
Binary file not shown.
Binary file added social/__pycache__/mysignal.cpython-39.pyc
Binary file not shown.
Binary file added social/__pycache__/urls.cpython-39.pyc
Binary file not shown.
Binary file added social/__pycache__/views.cpython-39.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4949471

Please sign in to comment.