Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding module to requirements.txt #258

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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