Skip to content

Commit

Permalink
Drop: unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
axiom90 committed Nov 8, 2024
1 parent 26ecb0c commit eba9cc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions requirements/desktop.txt

This file was deleted.

3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ def get_requirements(name: str) -> List[str]:
include_package_data=True,
extras_require=dict(
docs=get_requirements(name="requirements/docs"),
tests=get_requirements(name="requirements/tests"),
desktop=get_requirements(name="requirements/desktop")
tests=get_requirements(name="requirements/tests")
),
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit eba9cc6

Please sign in to comment.