Skip to content

Commit ccfbfcc

Browse files
silsKuniwak
authored andcommitted
requirements.txt: Use compatability operator (#177)
Fixes #162 (comment)
1 parent c2cb936 commit ccfbfcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
PyYAML == 3.11
2-
ansicolor == 0.2.4
3-
chardet == 2.3.0
1+
PyYAML ~= 3.11
2+
ansicolor ~= 0.2.4
3+
chardet ~= 2.3.0

0 commit comments

Comments
 (0)