Skip to content

Commit

Permalink
Add http_client_deps to dev_deps (#1228)
Browse files Browse the repository at this point in the history
In the instructions for the installation of the development version of the optimade-python-tools we ask the user to run py.test to check if the installation was successful.
The requirements for the http client are however missing from the dev_deps, which causes py.test to fail.
Therefore I have added the the http_client_deps to the  dev_deps
  • Loading branch information
JPBergsma committed Jun 8, 2022
1 parent 52aba26 commit 064b2f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
+ docs_deps
+ testing_deps
+ client_deps
+ http_client_deps
)
all_deps = (
dev_deps
Expand Down

0 comments on commit 064b2f7

Please sign in to comment.