Skip to content

Commit 5150f5d

Browse files
committed
Close #18 - Updated package requirements
1 parent 4499830 commit 5150f5d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

howlongtobeatpy/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setup(name='howlongtobeatpy',
7-
version='1.0.2',
7+
version='1.0.3',
88
packages=find_packages(exclude=['tests']),
99
description='A Python API for How Long to Beat',
1010
long_description=long_description,
@@ -17,6 +17,6 @@
1717
'aiohttp>=3.7.3',
1818
'requests>=2.25.1',
1919
'aiounittest>=1.4.0',
20-
'fake_useragent==0.1.11'
20+
'fake_useragent>=1.1.0'
2121
],
2222
zip_safe=False)

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.organization=scrappycocco-github
22
sonar.projectKey=ScrappyCocco_HowLongToBeat-PythonAPI
33

44
sonar.projectName=HowLongToBeat-PythonAPI
5-
sonar.projectVersion=1.0.2
5+
sonar.projectVersion=1.0.3
66
sonar.python.version=3.6
77

88
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.

0 commit comments

Comments
 (0)