We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7628a2f commit e970659Copy full SHA for e970659
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pyobs-gui"
3
-version = "1.4.0"
+version = "1.4.1"
4
description = "A remote GUI for pyobs"
5
authors = [{ name = "Tim-Oliver Husser", email = "[email protected]" }]
6
requires-python = ">=3.11,<3.14"
@@ -20,10 +20,14 @@ dependencies = [
20
dev = [
21
"black>=25.1.0,<26",
22
"flake8>=7.3.0",
23
+ "mypy>=1.17.0",
24
+ "pandas-stubs>=2.3.0.250703",
25
"pre-commit>=4.2.0,<5",
- "PyQt5-stubs>=5.15.6.0,<6",
26
+ "pyqt5-stubs>=5.15.6.0,<6",
27
"sphinx-rtd-theme>=3.0.2,<4",
28
"Sphinx>=8.2.3,<9",
29
+ "types-defusedxml>=0.7.0.20250708",
30
+ "types-python-dateutil>=2.9.0.20250708",
31
]
32
33
[build-system]
0 commit comments