Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update setup.py
Fix dependency in setup.py to work around issue in depcheck.
  • Loading branch information
johanste authored Apr 27, 2021
commit 3deab404fafe942de4d923180ebafbad3d5f8a81
2 changes: 1 addition & 1 deletion sdk/webpubsub/azure-messaging-webpubsubservice/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"azure-core<2.0.0,>=1.10.0",
"msrest>=0.6.18",
"cryptography>=2.1.4",
"pyjwt>=1.7.1",
"PyJWT>=1.7.1",
"six>=1.12.0",
],
extras_require={
Expand Down