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 162d218 commit 892e513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 3 additions & 11 deletions linien-gui/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
[build-system]
requires = [
"setuptools>=61.2",
]
requires = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"

[project]
name = "linien-gui"
version = "0.9.0.dev0"
authors = [
{ name = "Benjamin Wiegand", email = "[email protected]" },
]
authors = [{ name = "Benjamin Wiegand", email = "[email protected]" }]
maintainers = [
{ name = "Bastian Leykauf", email = "[email protected]" },
]
Expand All @@ -21,7 +17,6 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"app_paths>=0.0.7",
"pyqtgraph>=0.10.0",
"PyQt5>=5.12.0",
"superqt>=0.2.3",
Expand All @@ -45,7 +40,4 @@ include-package-data = false
namespaces = false

[tool.setuptools.package-data]
linien_gui = [
"*.ui",
"*.ico",
]
linien_gui = ["*.ui", "*.ico"]
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 892e513

Please sign in to comment.