File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
long_description = fh .read ()
5
5
6
6
setup (name = 'howlongtobeatpy' ,
7
- version = '1.0.14 ' ,
7
+ version = '1.0.15 ' ,
8
8
packages = find_packages (exclude = ['tests' ]),
9
9
description = 'A Python API for How Long to Beat' ,
10
10
long_description = long_description ,
14
14
license = 'MIT' ,
15
15
keywords = 'howlongtobeat gaming steam uplay origin time length how long to beat' ,
16
16
install_requires = [
17
- 'aiohttp>=3.10.1 ' ,
17
+ 'aiohttp>=3.11.10 ' ,
18
18
'requests>=2.32.3' ,
19
19
'aiounittest>=1.4.2' ,
20
- 'fake_useragent>=1.5.1 ' ,
20
+ 'fake_useragent>=2.0.3 ' ,
21
21
'beautifulsoup4>=4.12.3'
22
22
],
23
23
zip_safe = False )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ sonar.organization=scrappycocco-github
2
2
sonar.projectKey =ScrappyCocco_HowLongToBeat-PythonAPI
3
3
4
4
sonar.projectName =HowLongToBeat-PythonAPI
5
- sonar.projectVersion =1.0.14
5
+ sonar.projectVersion =1.0.15
6
6
sonar.python.version =3.9
7
7
8
8
# 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