Skip to content

Commit

Permalink
add requirements.txt and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rosemccollum committed Nov 3, 2023
1 parent 25d0173 commit 6bdd56c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 1 addition & 3 deletions docs/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ or a conda environment

- Python 3.6 

- Python [YAML dictionary](https://pypi.org/project/PyYAML/) package 

- Install [NDA tools](https://github.com/NDAR/nda-tools) 
- All of the packages from the `requirements.txt` under the [utilities folder](https://github.com/DCAN-Labs/nda-bids-upload/tree/main/utilities)

- Clone the [file-mapper GitHub repository](https://github.com/DCAN-Labs/file-mapper) and ensure that file-mapper-script.py is executable

Expand Down
11 changes: 11 additions & 0 deletions utilities/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
cffi==1.15.1
cryptography==41.0.3
nda-tools==0.2.25
numpy==1.26.0
pandas==2.1.1
pycparser==2.21
python-dateutil==2.8.2
pytz==2023.3.post1
PyYAML==6.0.1
six==1.16.0
sqlite==3.41.2

0 comments on commit 6bdd56c

Please sign in to comment.