Browse Source

Merge 0b637ef192 into 69dafc3e50

pull/2/merge
dependabot[bot] 5 years ago
committed by GitHub
parent
commit
42a219e4c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      requirements.txt
  2. +1
    -1
      setup.py

+ 1
- 1
requirements.txt View File

@ -1 +1 @@
PyYAML==3.11
PyYAML==5.4

+ 1
- 1
setup.py View File

@ -14,7 +14,7 @@ setup(
packages=find_packages(),
license="MIT",
install_requires=[
"PyYAML==3.11",
"PyYAML==5.4",
],
classifiers=[
"Intended Audience :: Developers",


Loading…
Cancel
Save