Skip to content

Commit

Permalink
update:update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vastsa committed Oct 6, 2024
1 parent 18cf3f9 commit dcd30ca
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
1 change: 0 additions & 1 deletion fcb-fronted/src/utils/timestamp-format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ export function formatTimestamp(timestamp: string): string {
const hours = date.getHours().toString().padStart(2, '0');
const minutes = date.getMinutes().toString().padStart(2, '0');
const seconds = date.getSeconds().toString().padStart(2, '0');

return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
}
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from fastapi.staticfiles import StaticFiles
from tortoise.contrib.fastapi import register_tortoise

from apps.base.depends import IPRateLimit
from apps.base.models import KeyValue
from apps.base.utils import ip_limit
from apps.base.views import share_api
Expand Down
25 changes: 17 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aioboto3==11.2.0
aiobotocore==2.5.0
aiohttp==3.8.5
aiohttp==3.9.2
aioitertools==0.11.0
aiosignal==1.3.1
aiosqlite==0.17.0
Expand All @@ -11,30 +11,39 @@ atlastk==0.13.2
attrs==23.1.0
boto3==1.26.76
botocore==1.29.76
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.2.0
click==8.1.6
cryptography==43.0.1
exceptiongroup==1.1.2
fastapi==0.101.0
fastapi==0.109.1
frozenlist==1.4.0
greenlet==2.0.2
h11==0.14.0
idna==3.4
idna==3.7
iso8601==1.1.0
jmespath==1.0.1
msal==1.31.0
multidict==6.0.4
Office365-REST-Python-Client==2.5.2
pycparser==2.22
pydantic==2.1.1
pydantic_core==2.4.0
PyJWT==2.9.0
pypika-tortoise==0.1.6
python-dateutil==2.8.2
python-multipart==0.0.6
python-multipart==0.0.7
pytz==2023.3
requests==2.32.3
s3transfer==0.6.1
six==1.16.0
sniffio==1.3.0
starlette==0.27.0
SQLAlchemy==2.0.19
starlette==0.35.1
tortoise-orm==0.20.0
typing_extensions==4.7.1
urllib3==1.26.16
typing_extensions==4.8.0
urllib3==1.26.20
uvicorn==0.23.2
wrapt==1.15.0
yarl==1.9.2
Office365-REST-Python-Client==2.5.2

0 comments on commit dcd30ca

Please sign in to comment.