From 45cb4f91a4662c605fbfb67af017917594462569 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 6 May 2019 15:25:29 -0600 Subject: [PATCH] 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. --- tildes/requirements-to-freeze.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tildes/requirements-to-freeze.txt b/tildes/requirements-to-freeze.txt index 65035db..794306d 100644 --- a/tildes/requirements-to-freeze.txt +++ b/tildes/requirements-to-freeze.txt @@ -30,6 +30,7 @@ pytest pytest-mock PyYAML # needs to be installed separately for webassets qrcode +requests sentry-sdk SQLAlchemy SQLAlchemy-Utils