Skip to content

Commit

Permalink
Adding httpx to the requirements.txt file since it is actually used t…
Browse files Browse the repository at this point in the history
…o run the client (#258)
  • Loading branch information
sylviamclaughlin authored Sep 15, 2023
1 parent 5cf86b1 commit 7dc84eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ geoip2==4.7.0
google-api-python-client==2.97.0
google-auth-httplib2==0.1.0
google-auth-oauthlib==0.8.0
httpx==0.24.1
itsdangerous==2.1.2
Jinja2==3.1.2
PyYaml==5.3.1 # need to pin down the PyYaml version since the newest version is currently broken - https://github.com/yaml/pyyaml/issues/724
Expand Down
1 change: 0 additions & 1 deletion app/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
black==22.12.0
coverage==6.5.0
flake8==6.1.0
httpx==0.24.1
pytest==7.4.1
pytest-asyncio==0.21.1
pytest-env==0.8.2

0 comments on commit 7dc84eb

Please sign in to comment.