Introduce the requests library.

Replace the combination of urllib, beautifulsoup and lxml with the requests library.
This commit is contained in:
Alexander Cecile
2020-08-17 19:52:11 -04:00
parent 5340f9adfe
commit 5186071948
3 changed files with 5 additions and 83 deletions

View File

@@ -1,3 +1 @@
lxml>=4.2.4,<=5.0
beautifulsoup4>=4.6.1,<=5.0
flake8>=3.8,<=4.0
requests