Remove requirements files

This commit is contained in:
Veronica Berglyd Olsen
2025-10-22 21:17:18 +02:00
parent 06cb128876
commit 2d7a42d918
8 changed files with 3 additions and 28 deletions
+1
View File
@@ -13,6 +13,7 @@ setup.iss
/setup/macos/Info.plist
/setup/windows/build
.venv
/uv.lock
# Translations
/novelwriter/assets/i18n/*.qm
-8
View File
@@ -1,8 +0,0 @@
docutils>=0.17.1
pygments>=2.7
sphinx-book-theme
sphinx-copybutton
sphinx-design
sphinx-favicon
sphinx-intl
sphinx>=5.0
-5
View File
@@ -1,5 +0,0 @@
-r requirements.txt
-r requirements-dev.txt
-r docs/requirements.txt
-r setup/requirements.txt
-r tests/requirements.txt
-4
View File
@@ -1,4 +0,0 @@
build
isort
pyright
ruff
-2
View File
@@ -1,2 +0,0 @@
pyqt6>=6.4
pyenchant>=3.0.0
+2 -2
View File
@@ -10,8 +10,8 @@ echo ""
echo " Building Dependencies"
echo "================================================================================"
echo ""
python3 pkgutils.py build-assets
python3 pkgutils.py icons optional
uv run pkgutils.py build-assets
uv run pkgutils.py icons optional
echo ""
echo " Building Packages"
-2
View File
@@ -1,2 +0,0 @@
setuptools>=77.0.3
twine
-5
View File
@@ -1,5 +0,0 @@
coverage>=7.2.0
pytest-cov
pytest-qt
pytest-timeout
pytest>=6.0.0