Skip to content

Commit ea48a29

Browse files
committed
Not required anylonger
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
1 parent 8c94025 commit ea48a29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
requests-mock
22
coverage
33
pycodestyle
4-
pytest~=6.2; python_version >= '3.6'
4+
pytest~=6.2
55
pytest-cov
66
pytest-sugar
77
ply

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
logzero>=1.5.0
22
requests>=2.21
3-
pyyaml~=5.4; python_version >= '3.6'
3+
pyyaml~=5.4
44
importlib-metadata>=1.2.0; python_version < '3.8'
55
contextvars;python_version<"3.7"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ setup_requires =
4848
install_requires =
4949
logzero~=1.5
5050
requests~=2.21
51-
pyyaml~=5.4; python_version >= '3.6'
51+
pyyaml~=5.4
5252
contextvars;python_version<"3.7"
5353
importlib-metadata~=1.2.0; python_version < '3.8'
5454
tests_require =

0 commit comments

Comments
 (0)