Skip to content

Commit

Permalink
Merge pull request #37 from ScrappyCocco/requirements_update
Browse files Browse the repository at this point in the history
Requirements update
  • Loading branch information
ScrappyCocco authored Dec 12, 2024
2 parents 0c4e53a + 41d209e commit 6be69cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 6be69cd

Please sign in to comment.