Skip to content

Commit 6a0b383

Browse files
[fix] Fix dependencies in pyproject.toml
1 parent fc92830 commit 6a0b383

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,10 @@ classifiers = [
2727

2828

2929
dependencies = [
30+
"requests",
3031
"pydantic>=2.4",
31-
"qutip~=5.0.1",
32-
"asyncpg",
33-
"uvicorn",
34-
"python-jose",
35-
"passlib",
36-
"python-multipart",
37-
"python-dotenv",
38-
"Cython~=3.0.10",
39-
"filelock~=3.13.4",
4032
"numpy~=1.0",
33+
""
4134
# "oqd_compiler_infrastructure",
4235
]
4336

@@ -51,6 +44,15 @@ docs = [
5144

5245
test = ["unittest_prettify"]
5346

47+
server = [
48+
"pydantic>=2.4",
49+
"qutip~=5.0.1",
50+
"asyncpg",
51+
"uvicorn",
52+
"python-jose",
53+
"passlib",
54+
"python-multipart",
55+
]
5456

5557

5658
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)