|  | @@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  setuptools.setup(
 |  |  setuptools.setup(
 | 
											
												
													
														|  |      name="rival_regions_wrapper",
 |  |      name="rival_regions_wrapper",
 | 
											
												
													
														|  | -    version="1.2.0",
 |  | 
 | 
											
												
													
														|  | 
 |  | +    version="1.2.1",
 | 
											
												
													
														|  |      author="Joost Sijm",
 |  |      author="Joost Sijm",
 | 
											
												
													
														|  |      author_email="joostsijm@gmail.com",
 |  |      author_email="joostsijm@gmail.com",
 | 
											
												
													
														|  |      description="Rival Regions API wrapper",
 |  |      description="Rival Regions API wrapper",
 | 
											
										
											
												
													
														|  | @@ -20,10 +20,10 @@ setuptools.setup(
 | 
											
												
													
														|  |          "appdirs",
 |  |          "appdirs",
 | 
											
												
													
														|  |          "beautifulsoup4",
 |  |          "beautifulsoup4",
 | 
											
												
													
														|  |          "cfscrape",
 |  |          "cfscrape",
 | 
											
												
													
														|  | -        "requests",
 |  | 
 | 
											
												
													
														|  | -        "webbot",
 |  | 
 | 
											
												
													
														|  |          "python-dateutil",
 |  |          "python-dateutil",
 | 
											
												
													
														|  |          "pathlib2",
 |  |          "pathlib2",
 | 
											
												
													
														|  | 
 |  | +        "requests",
 | 
											
												
													
														|  | 
 |  | +        "selenium-stealth",
 | 
											
												
													
														|  |      ],
 |  |      ],
 | 
											
												
													
														|  |      classifiers=[
 |  |      classifiers=[
 | 
											
												
													
														|  |          "Programming Language :: Python :: 3",
 |  |          "Programming Language :: Python :: 3",
 |