Skip to content

Commit

Permalink
Remove unnecessary dependency (move-coop#1088)
Browse files Browse the repository at this point in the history
Hasn't been necessary since commit 617d06f
  • Loading branch information
austinweisgrau authored Jul 11, 2024
1 parent 1aa192f commit 24728eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ paramiko==3.4.0
petl==1.7.15
psycopg2-binary==2.9.9
PyGitHub==1.51
PyJWT==2.4.0 # Otherwise `import jwt` would refer to python-jwt package
python-dateutil==2.8.2
requests==2.31.0
requests_oauthlib==1.3.0
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def main():
"smtp": ["validate-email"],
"targetsmart": ["xmltodict"],
"twilio": ["twilio"],
"zoom": ["PyJWT"],
}
extras_require["all"] = sorted({lib for libs in extras_require.values() for lib in libs})
else:
Expand Down

0 comments on commit 24728eb

Please sign in to comment.