update:update requirements.txt
This commit is contained in:
@@ -6,6 +6,5 @@ export function formatTimestamp(timestamp: string): string {
|
|||||||
const hours = date.getHours().toString().padStart(2, '0');
|
const hours = date.getHours().toString().padStart(2, '0');
|
||||||
const minutes = date.getMinutes().toString().padStart(2, '0');
|
const minutes = date.getMinutes().toString().padStart(2, '0');
|
||||||
const seconds = date.getSeconds().toString().padStart(2, '0');
|
const seconds = date.getSeconds().toString().padStart(2, '0');
|
||||||
|
|
||||||
return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
|
return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ from fastapi.responses import HTMLResponse
|
|||||||
from fastapi.staticfiles import StaticFiles
|
from fastapi.staticfiles import StaticFiles
|
||||||
from tortoise.contrib.fastapi import register_tortoise
|
from tortoise.contrib.fastapi import register_tortoise
|
||||||
|
|
||||||
from apps.base.depends import IPRateLimit
|
|
||||||
from apps.base.models import KeyValue
|
from apps.base.models import KeyValue
|
||||||
from apps.base.utils import ip_limit
|
from apps.base.utils import ip_limit
|
||||||
from apps.base.views import share_api
|
from apps.base.views import share_api
|
||||||
|
|||||||
+17
-8
@@ -1,6 +1,6 @@
|
|||||||
aioboto3==11.2.0
|
aioboto3==11.2.0
|
||||||
aiobotocore==2.5.0
|
aiobotocore==2.5.0
|
||||||
aiohttp==3.8.5
|
aiohttp==3.9.2
|
||||||
aioitertools==0.11.0
|
aioitertools==0.11.0
|
||||||
aiosignal==1.3.1
|
aiosignal==1.3.1
|
||||||
aiosqlite==0.17.0
|
aiosqlite==0.17.0
|
||||||
@@ -11,30 +11,39 @@ atlastk==0.13.2
|
|||||||
attrs==23.1.0
|
attrs==23.1.0
|
||||||
boto3==1.26.76
|
boto3==1.26.76
|
||||||
botocore==1.29.76
|
botocore==1.29.76
|
||||||
|
certifi==2024.8.30
|
||||||
|
cffi==1.17.1
|
||||||
charset-normalizer==3.2.0
|
charset-normalizer==3.2.0
|
||||||
click==8.1.6
|
click==8.1.6
|
||||||
|
cryptography==43.0.1
|
||||||
exceptiongroup==1.1.2
|
exceptiongroup==1.1.2
|
||||||
fastapi==0.101.0
|
fastapi==0.109.1
|
||||||
frozenlist==1.4.0
|
frozenlist==1.4.0
|
||||||
|
greenlet==2.0.2
|
||||||
h11==0.14.0
|
h11==0.14.0
|
||||||
idna==3.4
|
idna==3.7
|
||||||
iso8601==1.1.0
|
iso8601==1.1.0
|
||||||
jmespath==1.0.1
|
jmespath==1.0.1
|
||||||
|
msal==1.31.0
|
||||||
multidict==6.0.4
|
multidict==6.0.4
|
||||||
|
Office365-REST-Python-Client==2.5.2
|
||||||
|
pycparser==2.22
|
||||||
pydantic==2.1.1
|
pydantic==2.1.1
|
||||||
pydantic_core==2.4.0
|
pydantic_core==2.4.0
|
||||||
|
PyJWT==2.9.0
|
||||||
pypika-tortoise==0.1.6
|
pypika-tortoise==0.1.6
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
python-multipart==0.0.6
|
python-multipart==0.0.7
|
||||||
pytz==2023.3
|
pytz==2023.3
|
||||||
|
requests==2.32.3
|
||||||
s3transfer==0.6.1
|
s3transfer==0.6.1
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sniffio==1.3.0
|
sniffio==1.3.0
|
||||||
starlette==0.27.0
|
SQLAlchemy==2.0.19
|
||||||
|
starlette==0.35.1
|
||||||
tortoise-orm==0.20.0
|
tortoise-orm==0.20.0
|
||||||
typing_extensions==4.7.1
|
typing_extensions==4.8.0
|
||||||
urllib3==1.26.16
|
urllib3==1.26.20
|
||||||
uvicorn==0.23.2
|
uvicorn==0.23.2
|
||||||
wrapt==1.15.0
|
wrapt==1.15.0
|
||||||
yarl==1.9.2
|
yarl==1.9.2
|
||||||
Office365-REST-Python-Client==2.5.2
|
|
||||||
|
|||||||
Reference in New Issue
Block a user