Skip to content
Snippets Groups Projects
Commit e0792d74 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

trying to fix connection errors

parent 03b54556
No related branches found
No related tags found
1 merge request!463trying to fix connection errors
Pipeline #2721 passed
......@@ -17,7 +17,6 @@ requires = [
"beautifulsoup4>=4.9.1,<5.0",
"lxml>=4.3.2,<5.0",
"psycopg2>=2.8.5,<3.0",
"pyopenssl>=19.1.0,<20.0",
"requests>=2.23,<3.0",
"requests-mock",
"marshmallow",
......
......@@ -43,6 +43,7 @@ requires = [
"pyramid_beaker",
"pyramid_debugtoolbar",
"pyramid_tm",
"pyopenssl",
"requests",
"ssa-schema",
"sqlalchemy==1.3.23",
......
......@@ -44,6 +44,7 @@ requires = [
"pyramid_debugtoolbar",
"pyramid_tm",
"pyramid_retry",
"pyopenssl",
"requests",
"ssa-schema",
"sqlalchemy==1.3.23",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment