dependabot[bot]
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
requirements.txt
-
setup.py
|
|
|
@ -1 +1 @@ |
|
|
|
PyYAML==3.11 |
|
|
|
PyYAML==5.4 |
|
|
|
@ -14,7 +14,7 @@ setup( |
|
|
|
packages=find_packages(), |
|
|
|
license="MIT", |
|
|
|
install_requires=[ |
|
|
|
"PyYAML==3.11", |
|
|
|
"PyYAML==5.4", |
|
|
|
], |
|
|
|
classifiers=[ |
|
|
|
"Intended Audience :: Developers", |
|
|
|
|