Skip to content

Commit

Permalink
add requirements.txt file to capture requirements (outside of docker)
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Sep 5, 2024
1 parent b43a113 commit 73dfc6f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
setuptools<66.0.0
json-spec
jsonschema==2.4.0
requests
pytest==4.6.5
filelock
crossrefapi
pymongo
jsonmerge==1.3.0
funcsigs
bagit>=1.6.3,<2.0
fs>=2.0.21
jsonpatch
jsonpath_ng
ejsonschema @ https://github.com/usnistgov/ejsonschema/archive/master.zip
pynoid @ https://github.com/RayPlante/pynoid/archive/master.zip
multibag @ https://github.com/usnistgov/multibag-py/archive/0.3.zip

0 comments on commit 73dfc6f

Please sign in to comment.