Skip to content

Commit 3712343

Browse files
authored
Merge pull request #32 from BlackSound1/reqs-update
Update requirements.txt
2 parents 50bfba4 + 7bd31b0 commit 3712343

File tree

1 file changed

+33
-9
lines changed

1 file changed

+33
-9
lines changed

requirements.txt

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,36 @@
11
-i https://pypi.org/simple
2-
idna==3.7
2+
aiohttp==3.9.5; python_version >= '3.8'
3+
aiosignal==1.3.1; python_version >= '3.7'
4+
async-timeout==4.0.3; python_version < '3.11'
5+
attrs==23.2.0; python_version >= '3.7'
6+
click==8.1.7; python_version >= '3.7'
7+
colorama==0.4.6; sys_platform == 'win32'
8+
exceptiongroup==1.2.1; python_version < '3.11'
9+
flake8==7.0.0; python_full_version >= '3.8.1'
10+
frozenlist==1.4.1; python_version >= '3.8'
11+
idna==3.7; python_version >= '3.5'
12+
iniconfig==2.0.0; python_version >= '3.7'
313
linkify-it-py==2.0.3
4-
markdown-it-py[linkify,plugins]==3.0.0
14+
markdown-it-py[linkify,plugins]==3.0.0; python_version >= '3.8'
15+
mccabe==0.7.0; python_version >= '3.6'
516
mdit-py-plugins==0.4.0
6-
mdurl==0.1.2
7-
psutil==5.9.8
8-
pygments==2.17.2
9-
rich==13.7.1
10-
textual==0.55.1
11-
typing-extensions==4.10.0
12-
uc-micro-py==1.0.3
17+
mdurl==0.1.2; python_version >= '3.7'
18+
msgpack==1.0.8; python_version >= '3.8'
19+
multidict==6.0.5; python_version >= '3.7'
20+
packaging==24.0; python_version >= '3.7'
21+
pluggy==1.4.0; python_version >= '3.8'
22+
pycodestyle==2.11.1; python_version >= '3.8'
23+
pyflakes==3.2.0; python_version >= '3.8'
24+
pygments==2.17.2; python_version >= '3.7'
25+
pytest==8.1.1; python_version >= '3.8'
26+
pytest-asyncio==0.23.6; python_version >= '3.8'
27+
rich==13.7.1; python_full_version >= '3.7.0'
28+
textual==0.57.0; python_version >= '3.8' and python_version < '4.0'
29+
textual-dev==1.5.1; python_version >= '3.8' and python_version < '4.0'
30+
tomli==2.0.1; python_version < '3.11'
31+
typing-extensions==4.11.0; python_version >= '3.8'
32+
uc-micro-py==1.0.3; python_version >= '3.7'
33+
yarl==1.9.4; python_version >= '3.7'
34+
psutil==5.9.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
35+
pywin32==306; sys_platform == 'win32'
36+
wmi==1.5.1

0 commit comments

Comments
 (0)