Skip to content

Commit 71be27f

Browse files
add apschedeuler
1 parent 86852e9 commit 71be27f

File tree

3 files changed

+62
-16
lines changed

3 files changed

+62
-16
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ dependencies = [
1919
"aiomysql>=0.2.0",
2020
"boto3>=1.42.35",
2121
"python-multipart>=0.0.22",
22+
"apscheduler>=3.11.2",
2223
]

requirements.txt

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,20 @@ anyio==4.12.0
1313
# httpx
1414
# starlette
1515
# watchfiles
16+
apscheduler==3.11.2
17+
# via waffle-toy-project
1618
argon2-cffi==25.1.0
1719
# via waffle-toy-project
1820
argon2-cffi-bindings==25.1.0
1921
# via argon2-cffi
2022
authlib==1.6.6
2123
# via waffle-toy-project
24+
boto3==1.42.35
25+
# via waffle-toy-project
26+
botocore==1.42.35
27+
# via
28+
# boto3
29+
# s3transfer
2230
certifi==2026.1.4
2331
# via
2432
# httpcore
@@ -60,6 +68,10 @@ idna==3.11
6068
# httpx
6169
itsdangerous==2.2.0
6270
# via waffle-toy-project
71+
jmespath==1.1.0
72+
# via
73+
# boto3
74+
# botocore
6375
mako==1.3.10
6476
# via alembic
6577
markupsafe==3.0.3
@@ -79,12 +91,20 @@ pymysql==1.1.2
7991
# via
8092
# aiomysql
8193
# waffle-toy-project
94+
python-dateutil==2.9.0.post0
95+
# via botocore
8296
python-dotenv==1.2.1
8397
# via
8498
# pydantic-settings
8599
# uvicorn
100+
python-multipart==0.0.22
101+
# via waffle-toy-project
86102
pyyaml==6.0.3
87103
# via uvicorn
104+
s3transfer==0.16.0
105+
# via boto3
106+
six==1.17.0
107+
# via python-dateutil
88108
sqlalchemy==2.0.45
89109
# via
90110
# alembic
@@ -105,6 +125,12 @@ typing-inspection==0.4.2
105125
# via
106126
# pydantic
107127
# pydantic-settings
128+
tzdata==2025.3 ; sys_platform == 'win32'
129+
# via tzlocal
130+
tzlocal==5.3.1
131+
# via apscheduler
132+
urllib3==2.6.3
133+
# via botocore
108134
uvicorn==0.40.0
109135
# via waffle-toy-project
110136
uvloop==0.22.1 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
@@ -113,19 +139,3 @@ watchfiles==1.1.1
113139
# via uvicorn
114140
websockets==15.0.1
115141
# via uvicorn
116-
boto3==1.34.131
117-
# via waffle-toy-project
118-
botocore==1.34.131
119-
# via boto3
120-
jmespath==1.0.1
121-
# via boto3
122-
s3transfer==0.10.1
123-
# via boto3
124-
python-dateutil==2.9.0.post0
125-
# via botocore
126-
six==1.16.0
127-
# via python-dateutil
128-
urllib3==2.2.2
129-
# via botocore
130-
python-multipart==0.0.9
131-
# via waffle-toy-project

uv.lock

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)