Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda authored Oct 24, 2023
1 parent 103614b commit b7fb940
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@ classifiers=[
]
dynamic = ["version"]
dependencies=[
"aiofiles",
"aiohttp",
"alembic",
"ansicolors==1.1.8",
"async-generator",
"beartype > 0.11",
"cloudevents>=1.6.0",
"cloudpickle",
Expand All @@ -66,14 +63,12 @@ dependencies=[
"psutil",
"pydantic >= 1.10.8, < 2",
"PyQt5",
"pyrsistent",
"python-dateutil",
"pyyaml",
"qtpy",
"requests",
"resfo",
"scipy >= 1.10.1",
"sqlalchemy",
"uvicorn >= 0.17.0",
"websockets",
"httpx",
Expand All @@ -94,7 +89,6 @@ Repository = "https://github.com/equinor/ert"

[project.optional-dependencies]
dev = [
"click",
"decorator",
"furo",
"flaky",
Expand All @@ -115,11 +109,7 @@ dev = [
"pytest-timeout",
"pytest-xdist",
"pytest>6",
"requests",
"resfo",
"scikit-build",
"setuptools_scm",
"sortedcontainers",
"sphinx<7.2",
"sphinx-argparse",
"sphinx-autoapi",
Expand All @@ -135,7 +125,6 @@ style = [
]
types = [
"mypy",
"types-aiofiles",
"types-requests",
"types-PyYAML",
"types-python-dateutil",
Expand Down

0 comments on commit b7fb940

Please sign in to comment.