From 3c94149943e175ff50e0072f2affcdde7db8692e Mon Sep 17 00:00:00 2001 From: Bryan Bailey Date: Sun, 3 Apr 2022 15:19:37 -0400 Subject: [PATCH] updated requirements --- requirements.txt | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ac91ff3..08140a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,5 +31,4 @@ tox==3.24.5 urllib3==1.26.8 virtualenv==20.14.0 Werkzeug==2.1.0 --e git+git@gitlab.com:Rigil-Kent/yoink.git@dbe4e56624aed61673c24892084916800cdab155#egg=yoink zipp==3.7.0 diff --git a/tox.ini b/tox.ini index 81947d3..9a0b55a 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ isolated_build = true [gh-actions] python = - 3.6: py37 + 3.7: py37 3.8: py38 3.9: py39