-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (42 loc) · 1.18 KB
/
pyproject.toml
File metadata and controls
46 lines (42 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "qcware"
version = "7.4.3"
description = "The python client for QC Ware's Forge SaaS quantum computing product"
authors = ["Vic Putz <vic.putz@qcware.com>","Bryan Burr <bryan.e.burr@qcware.com"]
packages = [
{include = "qcware"}
]
repository = "http://github.com/qcware/platform_client_library_python"
documentation = "http://qcware.readthedocs.io/en/stable"
keywords = ["quantum","computing","cloud","API"]
readme="README.rst"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
[tool.poetry.dependencies]
python = ">=3.7,<3.11"
aiohttp = ">= 3.7.4.post0"
backoff = ">= 1.10.0"
colorama = ">= 0.4.4"
icontract = ">= 2.5.3"
lz4 = ">= 3.1.3"
networkx = ">= 2.5.1"
numpy = "^1.21.5"
packaging = ">= 20.9"
pydantic = ">= 1.8.2"
python-decouple = ">= 3.4"
qcware-quasar = ">= 1.0.4"
qubovert = ">= 1.2.3"
requests = ">= 2.25.1"
tabulate = ">= 0.8.9"
rich = ">= 12.0"
setuptools = ">= 57.1.0"
toolz = ">=0.11.2"
[tool.poetry.dev-dependencies]
tox = "^3.24.5"
pytest = "^7.1.0"