Skip to content

Commit

Permalink
chore: change setup.py to use backports instead of pyrfc
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmilsonRodrigues committed Dec 21, 2024
1 parent e69f6fa commit 633bbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
package_data={"juju": ["py.typed"]},
install_requires=[
"macaroonbakery>=1.1,<2.0",
"pyRFC3339>=1.0,<2.0",
"pyyaml>=5.1.2",
"websockets>=13.0.1",
"paramiko>=2.4.0",
Expand All @@ -33,6 +32,7 @@
"packaging",
"typing-extensions>=4.5.0",
'backports.strenum>=1.3.1; python_version < "3.11"',
"backports-datetime-fromisoformat>=2.0.2",
],
extras_require={
"dev": [
Expand Down

0 comments on commit 633bbd4

Please sign in to comment.