Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 5451b34

Browse files
committed
More lax bugsnag dependency
1 parent c8b0a8f commit 5451b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
install_requires=requirements,
8080
tests_require=open('./requirements/test.txt').read(),
8181
extras_require={
82-
'bugsnag': ['bugsnag==2.0.1']
82+
'bugsnag': ['bugsnag>=2.0.1,<2.1']
8383
}
8484
)

0 commit comments

Comments
 (0)