Skip to content

Commit

Permalink
Updated requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaBansal2310 committed Feb 15, 2024
1 parent 6524ee2 commit 37217aa
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 0 deletions.
Binary file modified Painting/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified Painting/__pycache__/settings.cpython-311.pyc
Binary file not shown.
Binary file modified Painting/__pycache__/urls.cpython-311.pyc
Binary file not shown.
Binary file modified Painting/__pycache__/wsgi.cpython-311.pyc
Binary file not shown.
Binary file modified PaintingApp/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified PaintingApp/__pycache__/admin.cpython-311.pyc
Binary file not shown.
Binary file modified PaintingApp/__pycache__/apps.cpython-311.pyc
Binary file not shown.
Binary file modified PaintingApp/__pycache__/models.cpython-311.pyc
Binary file not shown.
Binary file modified PaintingApp/__pycache__/serializers.cpython-311.pyc
Binary file not shown.
Binary file modified PaintingApp/__pycache__/views.cpython-311.pyc
Binary file not shown.
Binary file modified PaintingApp/migrations/__pycache__/0001_initial.cpython-311.pyc
Binary file not shown.
Binary file not shown.
Binary file modified PaintingApp/migrations/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
18 changes: 18 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
asgiref==3.7.2
asttokens==2.4.1
decorator==5.1.1
Django==5.0.2
django-cors-headers==4.3.1
djangorestframework==3.14.0
executing==2.0.1
ipdb==0.13.13
ipython==8.21.0
jedi==0.19.1
matplotlib-inline==0.1.6
parso==0.8.3
pexpect==4.9.0
prompt-toolkit==3.0.43
psycopg2==2.9.9
ptyprocess==0.7.0
pure-eval==0.2.2
Pygments==2.17.2
python-dotenv==1.0.0
pytz==2023.3.post1
six==1.16.0
sqlparse==0.4.4
stack-data==0.6.3
traitlets==5.14.1
wcwidth==0.2.13
whitenoise==6.6.0

0 comments on commit 37217aa

Please sign in to comment.