Skip to content

Commit

Permalink
Close #18 - Updated package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrappyCocco committed Dec 2, 2022
1 parent 4499830 commit 5150f5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions howlongtobeatpy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setup(name='howlongtobeatpy',
version='1.0.2',
version='1.0.3',
packages=find_packages(exclude=['tests']),
description='A Python API for How Long to Beat',
long_description=long_description,
Expand All @@ -17,6 +17,6 @@
'aiohttp>=3.7.3',
'requests>=2.25.1',
'aiounittest>=1.4.0',
'fake_useragent==0.1.11'
'fake_useragent>=1.1.0'
],
zip_safe=False)
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sonar.organization=scrappycocco-github
sonar.projectKey=ScrappyCocco_HowLongToBeat-PythonAPI

sonar.projectName=HowLongToBeat-PythonAPI
sonar.projectVersion=1.0.2
sonar.projectVersion=1.0.3
sonar.python.version=3.6

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

0 comments on commit 5150f5d

Please sign in to comment.