Skip to content

Commit

Permalink
Only UI left
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Sep 27, 2023
1 parent 197fc6a commit 46bc747
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include VERSION
include requirements.txt
include requirements-client.txt
recursive-include covalent/executor/executor_plugins/ *
recursive-include covalent/executor/ *
recursive-include covalent_dispatcher/_service/ *
recursive-include covalent_migrations/ *
recursive-exclude covalent_ui/webapp/ *
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ cloudpickle>=2.0.0,<=2.2.0
dask[distributed]>=2022.6.0,<=2022.9.0
fastapi>=0.79.0,<=0.83.0
furl==2.1.3
lmdbm==0.0.5
mpire==2.7.1
networkx==2.8.6
orjson==3.8.10
pennylane==0.31.1
psutil>=5.9.0,<=5.9.2
pydantic>=1.10.1,<=1.10.2
python-socketio==5.7.1
Expand Down
10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,14 @@ def find_sources(self):
"install_requires": required,
"extras_require": {
"aws": ["boto3>=1.20.48"],
"mysql": ["mysqlclient>=2.1.1"],
"postgres": ["psycopg2-binary>=2.9.5"],
"azure": ["azure-identity>=1.13.0", "azure-storage-blob>=12.16.0"],
"braket": ["amazon-braket-pennylane-plugin>=1.17.4", "boto3>=1.28.5"],
"qiskit": [
"pennylane-qiskit==0.30",
"qiskit==0.43.1",
"qiskit-ibm-provider==0.6.1",
"qiskit-ibm-runtime==0.10.0",
],
},
"classifiers": [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 46bc747

Please sign in to comment.