Browse Source

Add requests to requirements-to-freeze.txt

We're using requests directly in some code now (scrapers), so it should
be in here instead of just coming in as a dependency of other packages.
This also seems to fix some issues related to the version of urllib3
that gets automatically installed.
merge-requests/69/head
Deimos 5 years ago
parent
commit
45cb4f91a4
  1. 1
      tildes/requirements-to-freeze.txt

1
tildes/requirements-to-freeze.txt

@ -30,6 +30,7 @@ pytest
pytest-mock pytest-mock
PyYAML # needs to be installed separately for webassets PyYAML # needs to be installed separately for webassets
qrcode qrcode
requests
sentry-sdk sentry-sdk
SQLAlchemy SQLAlchemy
SQLAlchemy-Utils SQLAlchemy-Utils

Loading…
Cancel
Save