File tree 3 files changed +17
-10
lines changed
3 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,5 @@ export function formatTimestamp(timestamp: string): string {
6
6
const hours = date . getHours ( ) . toString ( ) . padStart ( 2 , '0' ) ;
7
7
const minutes = date . getMinutes ( ) . toString ( ) . padStart ( 2 , '0' ) ;
8
8
const seconds = date . getSeconds ( ) . toString ( ) . padStart ( 2 , '0' ) ;
9
-
10
9
return `${ year } -${ month } -${ day } ${ hours } :${ minutes } :${ seconds } ` ;
11
10
}
Original file line number Diff line number Diff line change 10
10
from fastapi .staticfiles import StaticFiles
11
11
from tortoise .contrib .fastapi import register_tortoise
12
12
13
- from apps .base .depends import IPRateLimit
14
13
from apps .base .models import KeyValue
15
14
from apps .base .utils import ip_limit
16
15
from apps .base .views import share_api
Original file line number Diff line number Diff line change 1
1
aioboto3 == 11.2.0
2
2
aiobotocore == 2.5.0
3
- aiohttp == 3.8.5
3
+ aiohttp == 3.9.2
4
4
aioitertools == 0.11.0
5
5
aiosignal == 1.3.1
6
6
aiosqlite == 0.17.0
@@ -11,30 +11,39 @@ atlastk==0.13.2
11
11
attrs == 23.1.0
12
12
boto3 == 1.26.76
13
13
botocore == 1.29.76
14
+ certifi == 2024.8.30
15
+ cffi == 1.17.1
14
16
charset-normalizer == 3.2.0
15
17
click == 8.1.6
18
+ cryptography == 43.0.1
16
19
exceptiongroup == 1.1.2
17
- fastapi == 0.101.0
20
+ fastapi == 0.109.1
18
21
frozenlist == 1.4.0
22
+ greenlet == 2.0.2
19
23
h11 == 0.14.0
20
- idna == 3.4
24
+ idna == 3.7
21
25
iso8601 == 1.1.0
22
26
jmespath == 1.0.1
27
+ msal == 1.31.0
23
28
multidict == 6.0.4
29
+ Office365-REST-Python-Client == 2.5.2
30
+ pycparser == 2.22
24
31
pydantic == 2.1.1
25
32
pydantic_core == 2.4.0
33
+ PyJWT == 2.9.0
26
34
pypika-tortoise == 0.1.6
27
35
python-dateutil == 2.8.2
28
- python-multipart == 0.0.6
36
+ python-multipart == 0.0.7
29
37
pytz == 2023.3
38
+ requests == 2.32.3
30
39
s3transfer == 0.6.1
31
40
six == 1.16.0
32
41
sniffio == 1.3.0
33
- starlette == 0.27.0
42
+ SQLAlchemy == 2.0.19
43
+ starlette == 0.35.1
34
44
tortoise-orm == 0.20.0
35
- typing_extensions == 4.7.1
36
- urllib3 == 1.26.16
45
+ typing_extensions == 4.8.0
46
+ urllib3 == 1.26.20
37
47
uvicorn == 0.23.2
38
48
wrapt == 1.15.0
39
49
yarl == 1.9.2
40
- Office365-REST-Python-Client == 2.5.2
You can’t perform that action at this time.
0 commit comments