Skip to content

Commit

Permalink
remove unused app_paths dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Nov 30, 2023
1 parent 284f246 commit 9773804
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion linien-gui/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
entry_points={"console_scripts": ["linien=linien_gui.app:run_application"]},
python_requires=">=3.8",
install_requires=[
"app_paths>=0.0.7 ",
"click>=7.1.2",
"pyqtgraph>=0.10.0",
"PyQt5>=5.12.0",
Expand Down
2 changes: 0 additions & 2 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ ignore_missing_imports = True
[mypy-pyqtgraph.*]
ignore_missing_imports = True

[mypy-app_paths.*]
ignore_missing_imports = True

0 comments on commit 9773804

Please sign in to comment.