diff --git a/requirements.txt b/requirements.txt index d70c58e..f4a9940 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests-html==0.9.0 -PyYAML==3.13 +PyYAML==5.1 diff --git a/setup.py b/setup.py index 292a541..dd7c4b6 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(os.path.join(DIR_PATH, 'README.md'), encoding='utf-8') as file: long_description = file.read() -requires = ['requests-html==0.9.0', 'pyyaml==3.13'] +requires = ['requests-html==0.9.0', 'pyyaml==5.1'] setup( name='web_crawler',