Remove dev dependencies from requirements.txt

This commit is contained in:
2025-12-02 22:36:34 -05:00
parent 398ca491dc
commit c4120ae5d1

View File

@@ -1,30 +1,12 @@
aiohappyeyeballs==2.6.1
aiohttp==3.13.2
aiohttp-jinja2==1.6
aiosignal==1.4.0
attrs==25.4.0
base64_random==1.0.0
build==1.3.0
click==8.3.1
frozenlist==1.8.0
idna==3.11
Jinja2==3.1.6
linkify-it-py==2.0.3
markdown-it-py==4.0.0
MarkupSafe==3.0.3
mdit-py-plugins==0.5.0
mdurl==0.1.2
msgpack==1.1.2
multidict==6.7.0
packaging==25.0
platformdirs==4.5.0
propcache==0.4.1
Pygments==2.19.2
pyproject_hooks==1.2.0
rich==14.2.0
textual==6.6.0
textual-dev==1.8.0
textual-serve==1.1.3
typing_extensions==4.15.0
uc-micro-py==1.0.3
yarl==1.22.0
-i https://pypi.org/simple
base64-random==1.0.0
linkify-it-py==2.0.3; python_version >= '3.7'
markdown-it-py[linkify]==4.0.0; python_version >= '3.10'
mdit-py-plugins==0.5.0; python_version >= '3.10'
mdurl==0.1.2; python_version >= '3.7'
platformdirs==4.5.0; python_version >= '3.10'
pygments==2.19.2; python_version >= '3.8'
rich==14.2.0; python_full_version >= '3.8.0'
textual==6.6.0; python_version >= '3.9' and python_version < '4.0'
typing-extensions==4.15.0; python_version >= '3.9'
uc-micro-py==1.0.3; python_version >= '3.7'