|
@@ -0,0 +1,14 @@
|
|
|
+# getsentry requirements overrides
|
|
|
+#
|
|
|
+# getsentry-specific dependencies now live in `sentry` in `requirements-getsentry.txt`
|
|
|
+#
|
|
|
+# this file is for listing in-development git archive overrides for sentry libraries
|
|
|
+#
|
|
|
+# the format is:
|
|
|
+# # comment explaining what you're doing
|
|
|
+# library-name @ https://github.com/getsentry/<repo>/archive/<40 char sha>.zip
|
|
|
+
|
|
|
+
|
|
|
+# This overrides our sentry-python version to use a version with
|
|
|
+# configurable gzip compression
|
|
|
+sentry-sdk @ https://github.com/getsentry/sentry-python/archive/1b445c61d1e263ccd04d823307b3a03a6945dc8a.zip
|