File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 long_description = fh .read ()
55
66setup (name = 'howlongtobeatpy' ,
7- version = '1.0.14 ' ,
7+ version = '1.0.15 ' ,
88 packages = find_packages (exclude = ['tests' ]),
99 description = 'A Python API for How Long to Beat' ,
1010 long_description = long_description ,
1414 license = 'MIT' ,
1515 keywords = 'howlongtobeat gaming steam uplay origin time length how long to beat' ,
1616 install_requires = [
17- 'aiohttp>=3.10.1 ' ,
17+ 'aiohttp>=3.11.10 ' ,
1818 'requests>=2.32.3' ,
1919 'aiounittest>=1.4.2' ,
20- 'fake_useragent>=1.5.1 ' ,
20+ 'fake_useragent>=2.0.3 ' ,
2121 'beautifulsoup4>=4.12.3'
2222 ],
2323 zip_safe = False )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ sonar.organization=scrappycocco-github
22sonar.projectKey =ScrappyCocco_HowLongToBeat-PythonAPI
33
44sonar.projectName =HowLongToBeat-PythonAPI
5- sonar.projectVersion =1.0.14
5+ sonar.projectVersion =1.0.15
66sonar.python.version =3.9
77
88# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
You can’t perform that action at this time.
0 commit comments