Remove requirements files
This commit is contained in:
@@ -13,6 +13,7 @@ setup.iss
|
|||||||
/setup/macos/Info.plist
|
/setup/macos/Info.plist
|
||||||
/setup/windows/build
|
/setup/windows/build
|
||||||
.venv
|
.venv
|
||||||
|
/uv.lock
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
/novelwriter/assets/i18n/*.qm
|
/novelwriter/assets/i18n/*.qm
|
||||||
|
|||||||
@@ -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
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
-r requirements.txt
|
|
||||||
-r requirements-dev.txt
|
|
||||||
-r docs/requirements.txt
|
|
||||||
-r setup/requirements.txt
|
|
||||||
-r tests/requirements.txt
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
build
|
|
||||||
isort
|
|
||||||
pyright
|
|
||||||
ruff
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
pyqt6>=6.4
|
|
||||||
pyenchant>=3.0.0
|
|
||||||
+2
-2
@@ -10,8 +10,8 @@ echo ""
|
|||||||
echo " Building Dependencies"
|
echo " Building Dependencies"
|
||||||
echo "================================================================================"
|
echo "================================================================================"
|
||||||
echo ""
|
echo ""
|
||||||
python3 pkgutils.py build-assets
|
uv run pkgutils.py build-assets
|
||||||
python3 pkgutils.py icons optional
|
uv run pkgutils.py icons optional
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo " Building Packages"
|
echo " Building Packages"
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
setuptools>=77.0.3
|
|
||||||
twine
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
coverage>=7.2.0
|
|
||||||
pytest-cov
|
|
||||||
pytest-qt
|
|
||||||
pytest-timeout
|
|
||||||
pytest>=6.0.0
|
|
||||||
Reference in New Issue
Block a user