Skip to content

Commit 969f728

Browse files
authored
Move cachetools to base deps (#2459)
1 parent b96a281 commit 969f728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def get_long_description():
3434
"cryptography",
3535
"packaging",
3636
"python-dateutil",
37+
"cachetools",
3738
"gitpython",
3839
"jsonschema",
3940
"paramiko>=3.2.0",
@@ -74,7 +75,6 @@ def get_long_description():
7475
"sentry-sdk[fastapi]",
7576
"alembic-postgresql-enum",
7677
"asyncpg",
77-
"cachetools",
7878
"python-json-logger>=3.1.0",
7979
"prometheus-client",
8080
"grpcio>=1.50", # indirect

0 commit comments

Comments
 (0)