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.
EdifactFormatVersion.FV2604
1 parent 108ffcf commit 3c4970eCopy full SHA for 3c4970e
pyproject.toml
@@ -35,7 +35,7 @@ classifiers = [
35
dependencies = [
36
"aiohttp>=3.8.4",
37
"pypdf>=3.4.1",
38
- "efoli>=1.4.0",
+ "efoli>=2.1.0",
39
"pytz>=2022.7.1",
40
"pydantic>=2",
41
"pytz>=2024.2",
requirements.txt
@@ -14,7 +14,7 @@ annotated-types==0.7.0
14
# via pydantic
15
attrs==25.3.0
16
# via aiohttp
17
-efoli==2.0.0
+efoli==2.1.0
18
# via edi_energy_scraper (pyproject.toml)
19
frozenlist==1.7.0
20
# via
@@ -44,6 +44,7 @@ pytz==2025.2
44
# efoli
45
typing-extensions==4.14.1
46
47
+ # aiosignal
48
# pydantic
49
# pydantic-core
50
yarl==1.20.1
0 commit comments