Skip to content

Commit

Permalink
Add sqlitedict to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bennybp committed Sep 29, 2023
1 parent 986cb57 commit 5e7779a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda-build/qcportal/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ requirements:
- pandas
- pyjwt
- retry
- sqlitedict


test:
Expand Down
3 changes: 2 additions & 1 deletion qcarchivetesting/conda-envs/fulltest_qcportal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ dependencies:
- tqdm
- pandas
- pyjwt
- retry
- retry
- sqlitedict
1 change: 1 addition & 0 deletions qcarchivetesting/conda-envs/fulltest_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- pandas
- pyjwt
- retry
- sqlitedict

# QCFractal dependencies
- flask
Expand Down
1 change: 1 addition & 0 deletions qcarchivetesting/conda-envs/fulltest_snowflake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- pandas
- pyjwt
- retry
- sqlitedict

# QCFractalCompute dependencies
- parsl
Expand Down
1 change: 1 addition & 0 deletions qcarchivetesting/conda-envs/fulltest_worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- pandas
- pyjwt
- retry
- sqlitedict

# QCFractalCompute dependencies
- parsl
Expand Down
1 change: 1 addition & 0 deletions qcportal/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies = [
"pandas",
"pyjwt",
"retry",
"sqlitedict",
]


Expand Down

0 comments on commit 5e7779a

Please sign in to comment.