We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d8c7e commit 47b7926Copy full SHA for 47b7926
requirements.txt
@@ -1,2 +1 @@
1
-scaleway-qaas-client==0.1.12
2
-cirq-core==1.3.0
+scaleway-qaas-client==0.1.12
setup.py
@@ -19,6 +19,7 @@
19
long_description = io.open("README.rst", encoding="utf-8").read()
20
requirements = open("requirements.txt").readlines()
21
requirements = [r.strip() for r in requirements]
22
+requirements += [f"cirq-core==1.3.0"]
23
24
setup(
25
name="cirq_scaleway",
0 commit comments