Skip to content

Commit

Permalink
Fix PyYAML dependency version sintax (#761)
Browse files Browse the repository at this point in the history
PEP440 requires >=5.1.0 instead of >=5.1.*
  • Loading branch information
gygabyte017 authored Jun 27, 2021
1 parent 2bc61a1 commit 8fca3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
antlr4-python3-runtime==4.8
PyYAML>=5.1.*
PyYAML>=5.1.0
# Use dataclasses backport for Python 3.6.
dataclasses;python_version=='3.6'

0 comments on commit 8fca3a1

Please sign in to comment.