File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,12 @@ authors = ["Epsilla <info@epsilla.com>"]
66readme = " README.md"
77
88[tool .poetry .dependencies ]
9- python = " >=3.10"
10- boto3 = " >=1.35.78"
11- posthog = " >=3.7.4"
12- py-machineid = " >=0.6.0"
13- sentry-sdk = " >=2.19.2"
14- requests = " >=2.32.3"
15- pydantic = " >=2.10.3"
9+ python = " >=3.8"
10+ posthog = " >=3.2.0"
11+ py-machineid = " >=0.5.0"
12+ sentry-sdk = " >=2.2.0"
13+ requests = " >=2.22.0"
14+ pydantic = " >=2.6.0"
1615
1716
1817[build-system ]
Original file line number Diff line number Diff line change 55
66from setuptools import find_packages , setup
77
8- if sys .version_info < (3 , 10 ):
9- print ("Suggest to use Python >= 3.10 " )
8+ if sys .version_info < (3 , 8 ):
9+ print ("Suggest to use Python >= 3.8 " )
1010
1111
1212setup (
You can’t perform that action at this time.
0 commit comments