File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,21 @@ name = "obstore"
77requires-python = " >=3.9"
88dependencies = [" typing-extensions; python_version < '3.12'" ]
99classifiers = [
10+ " Development Status :: 4 - Beta" ,
11+ " Framework :: AsyncIO" ,
12+ " Framework :: FastAPI" ,
13+ " Framework :: aiohttp" ,
14+ " Intended Audience :: Developers" ,
15+ " Intended Audience :: Science/Research" ,
16+ " License :: OSI Approved :: MIT License" ,
17+ " Operating System :: MacOS" ,
18+ " Operating System :: Microsoft :: Windows" ,
19+ " Operating System :: Unix" ,
1020 " Programming Language :: Rust" ,
1121 " Programming Language :: Python :: Implementation :: CPython" ,
1222 " Programming Language :: Python :: Implementation :: PyPy" ,
23+ " Topic :: Internet" ,
24+ " Typing :: Typed" ,
1325]
1426dynamic = [" version" ]
1527
You can’t perform that action at this time.
0 commit comments