Skip to content

Commit 5bd3380

Browse files
committed
fix requirements syntax
1 parent 870fb3d commit 5bd3380

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements-dev.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
autopep8=>1.3.5
2-
pycodestyle=>2.4.0
3-
pylint=>1.9.3
1+
autopep8>=1.3.5
2+
pycodestyle>=2.4.0
3+
pylint>=1.9.3
44
setuptools>=40.2.0
55
twine>=4.25.0
66
wheel>=0.31.1

0 commit comments

Comments
 (0)