|
2 | 2 | name = "monic-framework" |
3 | 3 | version = "0.1.2" |
4 | 4 | description = "Monic Framework" |
| 5 | +authors = [{ name = "Cognica, Inc.", email = "support@cognica.io" }] |
5 | 6 | requires-python = ">=3.10" |
6 | 7 | dependencies = [ |
7 | 8 | "fastapi[standard]>=0.115.6", |
8 | 9 | "sqlmodel>=0.0.22", |
| 10 | + "pyarrow", |
9 | 11 | "numpy", |
10 | 12 | "pandas", |
11 | 13 | "polars", |
12 | 14 | ] |
13 | | -authors = [{ name = "Cognica, Inc.", email = "support@cognica.io" }] |
14 | 15 | readme = "README.md" |
15 | 16 | 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" |
16 | 36 |
|
17 | 37 | [project.optional-dependencies] |
18 | 38 | dev = ["coverage>=7.6.10", "pytest>=8.3.4", "pytest-cov>=6.0.0"] |
|
0 commit comments