File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ requires-python = ">=3.9,<3.13"
13
13
version = " 4.3.34"
14
14
15
15
# keywords for easier look-up on PyPI
16
- authors = [{ name = " Cody Fincher" , email = " cody.fincher@gmail .com" }]
16
+ authors = [{ name = " Cody Fincher" , email = " codyfincher@google .com" }]
17
17
keywords = [
18
18
" database" ,
19
19
" migration" ,
@@ -26,6 +26,10 @@ keywords = [
26
26
" litestar" ,
27
27
" dma" ,
28
28
" granian" ,
29
+ " gcp" ,
30
+ " google" ,
31
+ " alloydb" ,
32
+ " mariadb" ,
29
33
]
30
34
# options under https://pypi.org/classifiers/
31
35
classifiers = [ # ToDo: Modify according to your needs!
@@ -95,7 +99,7 @@ mysql = ["asyncmy>=0.2.9"]
95
99
oracle = [" oracledb" ]
96
100
postgres = [" asyncpg>=0.29.0" ]
97
101
remote = [" pyinfra" ]
98
- server = [" litestar[structlog,jinja]>=2.8.3 " , " litestar-granian>=0.3.0 " ]
102
+ server = [" litestar[structlog,jinja]>=2.7.0 " , " litestar-granian>=0.2.3 " ]
99
103
testing = [
100
104
" nodeenv" ,
101
105
# required test dependencies
You can’t perform that action at this time.
0 commit comments