Skip to content

Commit 001b19e

Browse files
committed
Remove unused deps
1 parent 3099d87 commit 001b19e

File tree

2 files changed

+10
-372
lines changed

2 files changed

+10
-372
lines changed

pyproject.toml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,11 @@ authors = [
1313
license = {file = "LICENSE"}
1414
requires-python = ">=3.13"
1515
dependencies = [
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]
7159
addopts = "-v"
7260
testpaths = [

0 commit comments

Comments
 (0)