Skip to content

Commit 8b9b805

Browse files
committed
Update pyproject.toml
1 parent f2469fc commit 8b9b805

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

pyproject.toml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,37 @@
22
name = "monic-framework"
33
version = "0.1.2"
44
description = "Monic Framework"
5+
authors = [{ name = "Cognica, Inc.", email = "support@cognica.io" }]
56
requires-python = ">=3.10"
67
dependencies = [
78
"fastapi[standard]>=0.115.6",
89
"sqlmodel>=0.0.22",
10+
"pyarrow",
911
"numpy",
1012
"pandas",
1113
"polars",
1214
]
13-
authors = [{ name = "Cognica, Inc.", email = "support@cognica.io" }]
1415
readme = "README.md"
1516
license = { file = "LICENSE" }
17+
classifiers = [
18+
"Development Status :: 4 - Beta",
19+
"Framework :: AsyncIO",
20+
"Intended Audience :: Developers",
21+
"License :: OSI Approved :: Apache Software License 2.0",
22+
"Programming Language :: Python :: 3 :: Only",
23+
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
27+
"Topic :: Software Development :: Interpreters",
28+
"Topic :: Software Development :: Libraries :: Python Modules",
29+
"Typing :: Typed",
30+
]
31+
32+
[project.urls]
33+
Homepage = "https://github.com/cognica-io/monic-framework"
34+
Repository = "https://github.com/cognica-io/monic-framework"
35+
Issues = "https://github.com/cognica-io/monic-framework/issues"
1636

1737
[project.optional-dependencies]
1838
dev = ["coverage>=7.6.10", "pytest>=8.3.4", "pytest-cov>=6.0.0"]

0 commit comments

Comments
 (0)