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 ef2b56e commit 5695b5bCopy full SHA for 5695b5b
pyproject.toml
@@ -32,18 +32,14 @@ dependencies = [
32
"paho-mqtt>=1.6.1,<2.0.0",
33
"minio>=7.2.3",
34
"jsonschema[format-nongpl]>=4.21.1", # extras necessary for enforcing formats
35
+ "eval-type-backport>=0.1.3;python_version<'3.10'", # make pydantic work with newer syntax and older python
36
#"brotli>=1.1.0", # TODO - add this dependency when we add compression
37
]
38
39
[project.optional-dependencies]
40
amqp = [
41
"pika>=1.3.2,<2.0.0",
42
-# if running Python 3.8, you'll need this dependency if you want runtime eval types, i.e.
43
-# Literal[tuple(some_dict.keys())]
44
-py38 = [
45
- "eval-type-backport>=0.1.3",
46
-]
47
docs = [
48
"sphinx>=5.3.0",
49
"furo>=2023.3.27",
0 commit comments