-
- Downloads
Fixed some issues in the developer setup process.
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 3 additions, 1 deletion.gitlab-ci.yml
- docs/developers.md 2 additions, 9 deletionsdocs/developers.md
- nomad/gitinfo.py 0 additions, 1 deletionnomad/gitinfo.py
- requirements.txt 2 additions, 1 deletionrequirements.txt
- tests/test_search.py 1 addition, 1 deletiontests/test_search.py
nomad/gitinfo.py
deleted
100644 → 0
... | ... | @@ -40,7 +40,7 @@ nomadcore |
nomad_dos_fingerprints | ||
# [infrastructure] | ||
optimade==0.8.1 | ||
optimade | ||
structlog==20.1.0 | ||
elasticsearch==6.4.0 | ||
msgpack<0.6.0 | ||
... | ... | @@ -62,6 +62,7 @@ zipstream-new==1.1.5 |
bagit | ||
bcrypt | ||
filelock | ||
cryptography==3.3.2 | ||
pyjwt[crypto]==1.7.1 | ||
jsonschema[format] | ||
runstats | ||
... | ... |
Please register or sign in to comment