forked from girder/large_image
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
48 lines (45 loc) · 880 Bytes
/
requirements-dev.txt
File metadata and controls
48 lines (45 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Top level dependencies
girder>=3.1.18
girder-jobs>=3.0.3
-e sources/bioformats
-e sources/deepzoom
-e sources/dicom
-e sources/dummy
-e sources/gdal
-e sources/multi[all]
-e sources/nd2
-e sources/openjpeg
-e sources/openslide
-e sources/pil[all]
-e sources/rasterio[all]
-e sources/test
-e sources/tiff[all]
-e sources/tifffile
-e sources/vips
-e sources/zarr
# must be after sources/tiff
-e sources/ometiff
# must be after source/gdal
-e sources/mapnik
# Don't specify other extras for the converter; they are already present above
-e utilities/converter[stats]
# Girder and worker dependencies are already installed above
-e utilities/tasks[girder]
-e girder/.
-e girder_annotation/.[compute]
# Extras from main setup.py
matplotlib
pylibmc>=1.5.1
redis
simplejpeg
ipyvue
aiohttp
# External dependencies
pip>=9
tox
twine
virtualenv
# For Jupyter
ipyleaflet
IPython
tornado