Merge branch 'bugfixes-dev-setup' into 'v0.9.11'
Fixed some issues in the developer setup process. See merge request !265
nomad/gitinfo.py
deleted
100644 → 0
... | @@ -40,7 +40,7 @@ nomadcore | ... | @@ -40,7 +40,7 @@ nomadcore |
nomad_dos_fingerprints | nomad_dos_fingerprints | ||
# [infrastructure] | # [infrastructure] | ||
optimade==0.8.1 | optimade | ||
structlog==20.1.0 | structlog==20.1.0 | ||
elasticsearch==6.4.0 | elasticsearch==6.4.0 | ||
msgpack<0.6.0 | msgpack<0.6.0 | ||
... | @@ -62,6 +62,7 @@ zipstream-new==1.1.5 | ... | @@ -62,6 +62,7 @@ zipstream-new==1.1.5 |
bagit | bagit | ||
bcrypt | bcrypt | ||
filelock | filelock | ||
cryptography==3.3.2 | |||
pyjwt[crypto]==1.7.1 | pyjwt[crypto]==1.7.1 | ||
jsonschema[format] | jsonschema[format] | ||
runstats | runstats | ||
... | ... |
Please register or sign in to comment