requirements dan ignore
This commit is contained in:
parent
56d57dc26a
commit
0e59ba2b43
39
.gitignore
vendored
39
.gitignore
vendored
@ -1,2 +1,37 @@
|
|||||||
/env
|
# Byte-compiled / optimized / DLL files
|
||||||
/venv
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
# Environments
|
||||||
|
.env
|
||||||
|
venv/
|
||||||
|
env/
|
||||||
|
*/.venv/
|
||||||
|
|
||||||
|
# Django specific
|
||||||
|
*.sqlite3
|
||||||
|
*.sqlite3-journal
|
||||||
|
*.log
|
||||||
|
local_settings.py
|
||||||
|
*/migrations/
|
||||||
|
|
||||||
|
# Static and media files
|
||||||
|
*/static/
|
||||||
|
*/media/
|
||||||
|
|
||||||
|
# IDE specific
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
.vscode/
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
# OS and System files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
@ -1,6 +1,20 @@
|
|||||||
asgiref==3.8.1
|
asgiref==3.8.1
|
||||||
Django==5.1.7
|
certifi==2025.4.26
|
||||||
|
cffi==1.17.1
|
||||||
|
charset-normalizer==3.4.2
|
||||||
|
cryptography==45.0.3
|
||||||
|
Django==5.2.1
|
||||||
django-cors-headers==4.7.0
|
django-cors-headers==4.7.0
|
||||||
djangorestframework==3.15.2
|
django-filter==25.1
|
||||||
|
django-oauth-toolkit==3.0.1
|
||||||
|
django-soft-delete==1.0.18
|
||||||
|
djangorestframework==3.16.0
|
||||||
|
idna==3.10
|
||||||
|
jwcrypto==1.5.6
|
||||||
|
oauthlib==3.2.2
|
||||||
psycopg2-binary==2.9.10
|
psycopg2-binary==2.9.10
|
||||||
|
pycparser==2.22
|
||||||
|
requests==2.32.3
|
||||||
sqlparse==0.5.3
|
sqlparse==0.5.3
|
||||||
|
typing_extensions==4.14.0
|
||||||
|
urllib3==2.4.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user