Przeglądaj źródła

need to change this requirement, so we can use it in python3.7

Dimitri Korsch 1 rok temu
rodzic
commit
bc8f953ace
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      cvargparse/_version.py
  2. 1 1
      requirements.txt

+ 1 - 1
cvargparse/_version.py

@@ -1 +1 @@
-__version__ = "0.5.0"
+__version__ = "0.5.1"

+ 1 - 1
requirements.txt

@@ -1 +1 @@
-pyaml
+PyYAML~=5.1