Skip to content

Commit fdcc4eb

Browse files
committed
chore: update requirements.txt
1 parent 2cfc029 commit fdcc4eb

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

DEV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ruff format
3333
## Publish
3434

3535
```
36-
python .\setup.py sdist bdist_wheel
36+
python -m build
3737
twine check dist/*
3838
twine upload dist/*
3939
```

requirements.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1+
build==1.2.2.post1
2+
certifi==2024.8.30
3+
charset-normalizer==3.4.0
4+
colorama==0.4.0
5+
docutils==0.21.2
6+
idna==3.10
7+
importlib_metadata==8.5.0
8+
jaraco.classes==3.4.0
9+
jaraco.context==6.0.1
10+
jaraco.functools==4.1.0
11+
keyring==25.5.0
12+
markdown-it-py==3.0.0
13+
mdurl==0.1.2
14+
more-itertools==10.5.0
15+
nh3==0.2.18
16+
packaging==24.2
17+
pkginfo==1.10.0
18+
Pygments==2.18.0
19+
pyproject_hooks==1.2.0
20+
pywin32-ctypes==0.2.3
21+
readme_renderer==44.0
22+
requests==2.32.3
23+
requests-toolbelt==1.0.0
24+
rfc3986==2.0.0
25+
rich==13.9.4
126
ruff==0.7.2
227
setuptools==75.3.0
328
twine==5.1.1
29+
urllib3==2.2.3
430
wheel==0.44.0
31+
zipp==3.21.0

0 commit comments

Comments
 (0)