Skip to content

Commit 993fbed

Browse files
committed
add dulwich depend
1 parent 3f67c9b commit 993fbed

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ dependencies:
1919
- markdown
2020
- python-markdown-math
2121
- moderngl
22+
- dulwich
2223
- pystackreg

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ numpy-stl
33
openpyxl
44
pandas
55
pydicom
6-
76
pypubsub
87
read-roi
98
scikit-image
@@ -15,3 +14,4 @@ xlwt
1514
markdown
1615
python-markdown-math
1716
moderngl
17+
dulwich

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def get_data_files():
4444
'openpyxl',
4545
'markdown',
4646
'python-markdown-math',
47-
'numba'
47+
'numba',
48+
'dulwich'
4849
],
49-
)
50+
)

0 commit comments

Comments
 (0)