Skip to content

Commit e698240

Browse files
committed
Relax dependency version requirements
It simplifies dependency managements. Example: PyYAML 5.4.1 (most recent at the moment of writting this) is available for Python 3.6+. However we should keep 5.3.1 for Python 3.5. Anyway, it would be nice to depend on a newer (but compatible) version on newer python versions to bring bugfixes and security updates. See more in [1]. [1]: #282 Supersedes PR #282.
1 parent 0868e26 commit e698240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
PyYAML==5.1
2-
gevent==21.1.2
1+
PyYAML==5.*
2+
gevent==21.*

0 commit comments

Comments
 (0)