requirements-getsentry-overrides.txt 655 B

1234567891011121314
  1. # getsentry requirements overrides
  2. #
  3. # getsentry-specific dependencies now live in `sentry` in `requirements-getsentry.txt`
  4. #
  5. # this file is for listing in-development git archive overrides for sentry libraries
  6. #
  7. # the format is:
  8. # # comment explaining what you're doing
  9. # library-name @ https://github.com/getsentry/<repo>/archive/<40 char sha>.zip
  10. # Version of pytest-sentry that is compatible to Python SDK 2.0.
  11. # After dog fooding SDK 2.0 we will make a new release of pytest-sentry
  12. # and remove this line and update requirements-dev.txt
  13. pytest-sentry @ https://github.com/getsentry/pytest-sentry/archive/6ab6a70015e150272039a12b3a9ae607ffca950e.zip