Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Kataiser committed Jul 18, 2024
1 parent 7237dc7 commit b7b983d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions TF2 Rich Presence/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def main(launch: bool = True):
attach_stacktrace=True,
max_breadcrumbs=50,
debug=DEBUG,
environment="Debug build" if DEBUG else "Release",
request_bodies='small')
environment="Debug build" if DEBUG else "Release")

with sentry_sdk.configure_scope() as scope:
user_pc_name: str = socket.gethostname()
Expand Down
2 changes: 1 addition & 1 deletion TF2 Rich Presence/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def test_timeout(self):

def test_load_maps_db(self):
maps_db = gamemodes.load_maps_db()
self.assertEqual(len(maps_db), 185)
self.assertEqual(len(maps_db), 195)

for map_ in maps_db:
map_data = maps_db[map_]
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Cython==3.0.10
beautifulsoup4==4.12.3
certifi==2024.2.2
certifi==2024.7.4
charset-normalizer==3.3.2
discoIPC==1.0.0
idna==3.7
lxml==5.2.1
pillow==10.3.0
psutil==5.9.8
lxml==5.2.2
pillow==10.4.0
psutil==6.0.0
python-a2s==1.3.0
requests-futures==1.0.1
requests==2.31.0
sentry-sdk==1.45.0
setuptools==69.5.1
ujson==5.9.0
urllib3==2.2.1
requests==2.32.3
sentry-sdk==2.10.0
setuptools==71.0.3
ujson==5.10.0
urllib3==2.2.2
vdf==3.4

0 comments on commit b7b983d

Please sign in to comment.