We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69f6fa commit 633bbd4Copy full SHA for 633bbd4
setup.py
@@ -21,7 +21,6 @@
21
package_data={"juju": ["py.typed"]},
22
install_requires=[
23
"macaroonbakery>=1.1,<2.0",
24
- "pyRFC3339>=1.0,<2.0",
25
"pyyaml>=5.1.2",
26
"websockets>=13.0.1",
27
"paramiko>=2.4.0",
@@ -33,6 +32,7 @@
33
32
"packaging",
34
"typing-extensions>=4.5.0",
35
'backports.strenum>=1.3.1; python_version < "3.11"',
+ "backports-datetime-fromisoformat>=2.0.2",
36
],
37
extras_require={
38
"dev": [
0 commit comments