Skip to content

Commit 77a4d76

Browse files
authored
Merge pull request #14 from DominicTWHV/dev
Dependency updates for upcoming code
2 parents 003f2ce + 78bf106 commit 77a4d76

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

edge/registry/networking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class SessionConfigs:
1313

1414
#enable max file limit protection, to prevent downloading files that are too large and storing them in memory
1515
dos_protection = True
16-
max_file_size = 2 * 1024 * 1024 # 2 MB should be sufficient for most files
16+
max_file_size = 5 * 1024 * 1024 # 5 MB should be sufficient for most files
1717

1818
class UserAgents:
1919
#declare identity to websites when connecting

requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ aiohttp>=3.12.15
44
aiosignal>=1.4.0
55
aiosqlite>=0.21.0
66
attrs>=25.3.0
7+
certifi>=2026.1.4
8+
charset-normalizer>=3.4.4
79
discord.py>=2.6.3
10+
filelock>=3.20.2
811
frozenlist>=1.7.0
912
idna>=3.10
1013
multidict>=6.6.4
1114
propcache>=0.3.2
1215
python-dotenv>=1.1.1
16+
python-magic-bin>=0.4.14
17+
requests>=2.32.5
18+
requests-file>=3.0.1
19+
tldextract>=5.3.1
1320
typing_extensions>=4.15.0
21+
urllib3>=2.6.2
1422
yarl>=1.20.1

0 commit comments

Comments
 (0)