@@ -8,29 +8,25 @@ name = "oqd-cloud"
88version = " 0.0.0"
99requires-python = " >=3.10"
1010readme = " README.md"
11- license = {file = " LICENSE" }
11+ license = { file = " LICENSE" }
1212keywords = [" quantum" , " computing" , " simulation" , " cloud" , " server" ]
1313classifiers = [
14- " Development Status :: 3 - Alpha" ,
14+ " Development Status :: 3 - Alpha" ,
1515
16- " Intended Audience :: Science/Research " ,
17- " Topic :: Scientific/Engineering :: Physics" ,
18- " Topic :: Scientific/Engineering :: Information Analysis" ,
16+ " Intended Audience :: Science/Research " ,
17+ " Topic :: Scientific/Engineering :: Physics" ,
18+ " Topic :: Scientific/Engineering :: Information Analysis" ,
1919
20- " License :: OSI Approved :: Apache Software License" ,
20+ " License :: OSI Approved :: Apache Software License" ,
2121
22- " Programming Language :: Python :: 3" ,
23- " Programming Language :: Python :: 3.10" ,
24- " Programming Language :: Python :: 3.11" ,
25- " Programming Language :: Python :: 3.12" ,
22+ " Programming Language :: Python :: 3" ,
23+ " Programming Language :: Python :: 3.10" ,
24+ " Programming Language :: Python :: 3.11" ,
25+ " Programming Language :: Python :: 3.12" ,
2626]
2727
2828
29- dependencies = [
30- " requests" ,
31- " pydantic>=2.4" ,
32- " numpy~=1.0" ,
33- ]
29+ dependencies = [" requests" , " pydantic>=2.4" , " numpy~=1.0" ]
3430
3531[project .optional-dependencies ]
3632docs = [
@@ -43,14 +39,16 @@ docs = [
4339test = [" unittest_prettify" ]
4440
4541server = [
46- # "oqd-compiler-infrastructure",
4742 " pydantic>=2.4" ,
4843 " qutip~=5.0.1" ,
4944 " asyncpg" ,
5045 " uvicorn" ,
5146 " python-jose" ,
5247 " passlib" ,
5348 " python-multipart" ,
49+ " oqd_compiler_infrastructure@git+https://github.com/openquantumdesign/oqd-compiler-infrastructure" ,
50+ " oqd_core@git+https://github.com/openquantumdesign/oqd-core" ,
51+ " oqd_analog_emulator@git+https://github.com/openquantumdesign/oqd-analog-emulator" ,
5452]
5553
5654
@@ -59,7 +57,6 @@ where = ["src"]
5957include = [" oqd_cloud*" ]
6058
6159
62-
6360[project .urls ]
6461Homepage = " https://github.com/OpenQuantumDesign/oqd-cloud"
6562Repository = " https://github.com/OpenQuantumDesign/oqd-cloud.git"
0 commit comments