requirements: Remove filter for un-released hunter version

This commit is contained in:
Florian Bruhin 2020-01-20 20:47:45 +01:00
parent fff59e0ee0
commit afc676d950
4 changed files with 2 additions and 5 deletions

View File

@ -8,7 +8,7 @@ colorama==0.4.3
cryptography==2.8
cssutils==1.0.2
github3.py==1.3.0
hunter==3.1.2 # rq.filter: != 3.1.0
hunter==3.1.2
idna==2.8
jwcrypto==0.6.0
lxml==4.4.2

View File

@ -5,5 +5,3 @@ github3.py
bump2version
requests
lxml
#@ filter: hunter != 3.1.0

View File

@ -9,7 +9,7 @@ coverage==5.0.3
EasyProcess==0.2.9
Flask==1.1.1
glob2==0.7
hunter==3.1.2 # rq.filter: != 3.1.0
hunter==3.1.2
hypothesis==5.2.0
itsdangerous==1.1.0
jaraco.functools==3.0.0 ; python_version>="3.6"

View File

@ -17,7 +17,6 @@ pytest-travis-fold
pytest-xvfb
vulture
#@ filter: hunter != 3.1.0
#@ markers: jaraco.functools python_version>="3.6"
#@ add: jaraco.functools==2.0; python_version<"3.6" # rq.filter: <= 2.0
#@ ignore: Jinja2, MarkupSafe, colorama