Skip to content

Commit

Permalink
fix build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanslack committed Jul 31, 2024
1 parent 5cbef0d commit ee321d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ Build sdist and wheel

Requires:
- hatchling
- pkginfo
- build
- wheel
- babel
Expand Down
3 changes: 1 addition & 2 deletions requirements/requirements-build.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
hatchling
pkginfo
build
wheel
twine
babel
twine
pyinstaller

# Install the above require list using `python3 -m pip install -r «this file»`
Expand Down
4 changes: 4 additions & 0 deletions requirements/requirements-linters.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
pylint
flake8

# This requirements include linters used by developper/mantainer.
# See .pylintrc file and .flake8 file in the source directory for
# the exclude, ignore references details and other linter exceptions .
1 change: 0 additions & 1 deletion requirements/requirements-linux.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
videomass
yt-dlp
hatchling
pkginfo
build
wheel
babel
Expand Down

0 comments on commit ee321d6

Please sign in to comment.