Skip to content

Commit

Permalink
setup: move sentry-sdk to required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MJedr committed Aug 6, 2021
1 parent 7cd64d4 commit 2ba1e65
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 @@ -41,6 +41,7 @@
'python-dateutil~=2.0,>=2.7.0',
'python-scrapyd-api>=2.0.1',
'harvestingkit>=0.6.12',
'sentry-sdk==1.3.0',
'Sickle~=0.6,>=0.6.2',
# newer versions seem incompatible with required scrapyd version
'Twisted~=18.0,>=18.9.0',
Expand Down Expand Up @@ -73,7 +74,6 @@
'sentry': [
'raven~=6.0,>=6.2.1',
'scrapy-sentry',
'sentry-sdk==1.3.0',
],
}

Expand Down

0 comments on commit 2ba1e65

Please sign in to comment.