Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 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.14',
version='1.0.15',
packages=find_packages(exclude=['tests']),
description='A Python API for How Long to Beat',
long_description=long_description,
Expand All @@ -14,10 +14,10 @@
license='MIT',
keywords='howlongtobeat gaming steam uplay origin time length how long to beat',
install_requires=[
'aiohttp>=3.10.1',
'aiohttp>=3.11.10',
'requests>=2.32.3',
'aiounittest>=1.4.2',
'fake_useragent>=1.5.1',
'fake_useragent>=2.0.3',
'beautifulsoup4>=4.12.3'
],
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.14
sonar.projectVersion=1.0.15
sonar.python.version=3.9

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