Added script to export requirements
This commit is contained in:
@@ -1,21 +1,24 @@
|
||||
# DosVault Python Dependencies
|
||||
|
||||
# Web Framework
|
||||
fastapi>=0.104.0
|
||||
uvicorn[standard]>=0.24.0
|
||||
jinja2>=3.1.2
|
||||
python-multipart>=0.0.6
|
||||
|
||||
# Database
|
||||
sqlalchemy>=2.0.0
|
||||
alembic>=1.12.0
|
||||
|
||||
# Authentication & Security
|
||||
python-jose[cryptography]>=3.3.0
|
||||
bcrypt>=4.0.1
|
||||
|
||||
# HTTP Client
|
||||
aiohttp>=3.9.0
|
||||
|
||||
# Utilities
|
||||
pathlib2>=2.3.7; python_version<"3.4"
|
||||
pudb
|
||||
ptpython
|
||||
ipython
|
||||
pytest
|
||||
pytest-cov
|
||||
flake8
|
||||
ptpython
|
||||
ipython
|
||||
isort
|
||||
pynvim
|
||||
ruff
|
||||
black
|
||||
sqlalchemy
|
||||
requests
|
||||
fastapi
|
||||
uvicorn
|
||||
jinja2
|
||||
python-multipart
|
||||
bcrypt
|
||||
python-jose
|
||||
passlib
|
||||
alembic
|
||||
aiohttp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user