Skip to content

Commit d2a7c17

Browse files
chore: change setup.py to use backports instead of pyrfc
1 parent 21739f2 commit d2a7c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
package_data={"juju": ["py.typed"]},
2222
install_requires=[
2323
"macaroonbakery>=1.1,<2.0",
24-
"pyRFC3339>=1.0,<2.0",
2524
"pyyaml>=5.1.2",
2625
"websockets>=13.0.1",
2726
"paramiko>=2.4.0",
@@ -33,6 +32,7 @@
3332
"packaging",
3433
"typing-extensions>=4.5.0",
3534
'backports.strenum>=1.3.1; python_version < "3.11"',
35+
"backports-datetime-fromisoformat>=2.0.2",
3636
],
3737
extras_require={
3838
"dev": [

0 commit comments

Comments
 (0)