File tree Expand file tree Collapse file tree 2 files changed +10
-372
lines changed
Expand file tree Collapse file tree 2 files changed +10
-372
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,11 @@ authors = [
1313license = {file = " LICENSE" }
1414requires-python = " >=3.13"
1515dependencies = [
16- " sqlalchemy>=2.0.0" ,
17- " sqlmodel>=0.0.21" ,
18- " alembic>=1.13.0" ,
19- " psycopg2-binary>=2.9.0" ,
20- " pymysql>=1.1.0" ,
21- " google-cloud-storage>=2.10.0" ,
22- " getpass4" ,
2316 " pydantic>=2.0.0" ,
2417 " pandas>=2.0.0" ,
25- " rich>=13.0.0" ,
26- " ipywidgets>=8.0.0" ,
2718 " microdf_python" ,
28- " tqdm>=4.67.1 " ,
29- " blosc>=1.11.3 " ,
19+ " plotly>=5.0.0 " ,
20+ " requests>=2.31.0 " ,
3021]
3122
3223[project .optional-dependencies ]
@@ -64,9 +55,6 @@ where = ["src"]
6455[tool .setuptools .package-data ]
6556"policyengine" = [" **/*" ]
6657
67- [project .scripts ]
68- pe-migrate = " policyengine.migrations.runner:main"
69-
7058[tool .pytest .ini_options ]
7159addopts = " -v"
7260testpaths = [
You can’t perform that action at this time.
0 commit comments