Skip to content

Commit 33a5d10

Browse files
authored
🔥Drop validation (now happens in wanna.bee); Remove maus-dependency (#583)
we tried. it's more complex than we thought. now we know better. hauptsache was gelernt.
1 parent 68b25bb commit 33a5d10

File tree

12 files changed

+10
-2548
lines changed

12 files changed

+10
-2548
lines changed

‎docs/conf.py‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
from ahbicht.content_evaluation import *
2626
from ahbicht.expressions import *
2727
from ahbicht.json_serialization import *
28-
from ahbicht.validation import *
2928

3029
# -- Run sphinx-apidoc ------------------------------------------------------
3130
# This hack is necessary since RTD does not issue `sphinx-apidoc` before running

‎pyproject.toml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ dependencies = [
2828
"inject",
2929
"marshmallow<4",
3030
"marshmallow_enum",
31-
"maus>=0.6.0",
3231
"pytz",
33-
"efoli>=1.1.0",
32+
"efoli>=1.4.0",
3433
] # add all the dependencies here
3534
dynamic = ["readme", "version"]
3635

‎requirements.in‎

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎requirements.txt‎

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,25 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile pyproject.toml
66
#
77
attrs==25.3.0
8-
# via
9-
# -r requirements.in
10-
# maus
8+
# via ahbicht (pyproject.toml)
119
efoli==1.4.0
12-
# via
13-
# -r requirements.in
14-
# maus
10+
# via ahbicht (pyproject.toml)
1511
inject==5.2.1
16-
# via -r requirements.in
12+
# via ahbicht (pyproject.toml)
1713
lark==1.2.2
18-
# via -r requirements.in
14+
# via ahbicht (pyproject.toml)
1915
marshmallow==3.26.1
2016
# via
21-
# -r requirements.in
17+
# ahbicht (pyproject.toml)
2218
# marshmallow-enum
23-
# maus
2419
marshmallow-enum==1.5.1
25-
# via -r requirements.in
26-
maus==0.6.1
27-
# via -r requirements.in
28-
more-itertools==10.5.0
29-
# via maus
20+
# via ahbicht (pyproject.toml)
3021
packaging==24.1
3122
# via marshmallow
3223
pytz==2025.2
3324
# via
34-
# -r requirements.in
25+
# ahbicht (pyproject.toml)
3526
# efoli

‎src/ahbicht/models/validation_results.py‎

Lines changed: 0 additions & 256 deletions
This file was deleted.

‎src/ahbicht/models/validation_values.py‎

Lines changed: 0 additions & 26 deletions
This file was deleted.

‎src/ahbicht/validation/__init__.py‎

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)