Move sentry & blinker to requirements-prod.txt
Use a separate file to requirements of production environment
This commit is contained in:
parent
05c6b9f47b
commit
09412f9ee6
|
@ -0,0 +1,2 @@
|
||||||
|
sentry_sdk==1.6.0
|
||||||
|
blinker==1.4
|
|
@ -52,5 +52,3 @@ odfpy==1.4.1 # pandas dependency
|
||||||
xlrd==2.0.1 # pandas dependency
|
xlrd==2.0.1 # pandas dependency
|
||||||
openpyxl==3.0.10 # pandas dependency
|
openpyxl==3.0.10 # pandas dependency
|
||||||
et_xmlfile==1.1.0 # pandas dependency
|
et_xmlfile==1.1.0 # pandas dependency
|
||||||
sentry_sdk==1.6.0
|
|
||||||
blinker==1.4
|
|
||||||
|
|
Reference in New Issue