We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39e324 commit 6fc674fCopy full SHA for 6fc674f
setup.py
@@ -48,7 +48,7 @@
48
)
49
50
# The version of sentry
51
-VERSION = '8.23.0.dev0'
+VERSION = '9.0.0.dev0'
52
53
# Hack to prevent stupid "TypeError: 'NoneType' object is not callable" error
54
# in multiprocessing/util.py _exit_function when running `python
@@ -63,6 +63,8 @@
63
IS_LIGHT_BUILD = os.environ.get('SENTRY_LIGHT_BUILD') == '1'
64
65
# we use pip requirements files to improve Docker layer caching
66
+
67
68
def get_requirements(env):
69
with open('requirements-{}.txt'.format(env)) as fp:
70
return [x.strip() for x in fp.read().split('\n') if not x.startswith('#')]
0 commit comments