From 377490ab6cab817d5b602a37725dc48955859688 Mon Sep 17 00:00:00 2001 From: Adam Mertz Date: Tue, 19 Mar 2024 18:22:44 -0500 Subject: [PATCH 1/2] unlock all deps --- requirements_py3x.txt | 8 ++++---- test_requirements_py3x.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements_py3x.txt b/requirements_py3x.txt index 620479b..048a1c3 100644 --- a/requirements_py3x.txt +++ b/requirements_py3x.txt @@ -1,4 +1,4 @@ -setproctitle==1.1.10 -gevent>=1.4,<1.6 -gunicorn==19.9.0 -thriftpy2>=0.4.0 +setproctitle +gevent +gunicorn +thriftpy2 diff --git a/test_requirements_py3x.txt b/test_requirements_py3x.txt index d51b7eb..1cecd86 100644 --- a/test_requirements_py3x.txt +++ b/test_requirements_py3x.txt @@ -1,4 +1,4 @@ pytest pytest-cov -gevent>=1.4,<1.5 +gevent thrift>=0.9.3 From d7b6b9fcd769b7a004e21c1628d160fb81ea52e8 Mon Sep 17 00:00:00 2001 From: Adam Mertz Date: Tue, 19 Mar 2024 18:24:29 -0500 Subject: [PATCH 2/2] drop unused dep --- requirements_py3x.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements_py3x.txt b/requirements_py3x.txt index 048a1c3..e92f7c8 100644 --- a/requirements_py3x.txt +++ b/requirements_py3x.txt @@ -1,4 +1,3 @@ -setproctitle gevent gunicorn thriftpy2