重写独立dockerfile
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
-i https://mirrors.aliyun.com/pypi/simple/
|
||||
--trusted-host mirrors.aliyun.com
|
||||
|
||||
fastapi>=0.100.0
|
||||
uvicorn[standard]>=0.22.0
|
||||
pydantic>=2.0.0
|
||||
python-multipart>=0.0.6
|
||||
|
||||
sqlalchemy>=2.0.0
|
||||
psycopg2-binary>=2.9.0
|
||||
asyncpg>=0.28.0
|
||||
alembic>=1.11.0
|
||||
|
||||
python-jose[cryptography]>=3.3.0
|
||||
bcrypt>=4.0.0
|
||||
passlib>=1.7.4
|
||||
email-validator>=2.0.0
|
||||
|
||||
aiofiles>=23.0.0
|
||||
orjson>=3.9.0
|
||||
python-dotenv>=1.0.0
|
||||
jinja2>=3.1.0
|
||||
Pillow>=12.2.0
|
||||
pyyaml>=6.0
|
||||
python-dateutil>=2.8.0
|
||||
|
||||
loguru>=0.7.0
|
||||
|
||||
httpx>=0.24.0
|
||||
redis>=4.5.0
|
||||
Reference in New Issue
Block a user