create base components

This commit is contained in:
Timofey
2025-08-29 14:01:39 +03:00
parent 691315da0d
commit ffe77d1ce0
15 changed files with 1577 additions and 160 deletions

View File

@@ -6,12 +6,15 @@ name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
pycodestyle = "*"
django-cors-headers = "*"
psycopg2-binary = "*"
dotenv = "*"
pytest = "*"
pytest-django = "*"
djangorestframework-simplejwt = "*"
pycodestyle = "*"
requests = "*"
pyjwt = "*"
[dev-packages]