forked from girder/girder
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
48 lines (45 loc) · 896 Bytes
/
requirements-dev.txt
File metadata and controls
48 lines (45 loc) · 896 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
# The following editable installs *must* be in topological order
# to prevent pip from fetching versions from pypi.
-e pytest_girder
-e plugins/jobs
-e worker
-e clients/python
# The following are top level dependencies.
-e plugins/audit_logs
-e plugins/authorized_upload
-e plugins/autojoin
-e plugins/download_statistics
-e plugins/google_analytics
-e plugins/gravatar
-e plugins/hashsum_download
-e plugins/homepage
-e plugins/item_licenses
-e plugins/ldap
-e plugins/oauth
-e plugins/readme
-e plugins/sentry
-e plugins/terms
-e plugins/thumbnails
-e plugins/user_quota
-e plugins/virtual_folders
-e plugins/worker
-e plugins/slicer_cli_web
-e plugins/import_tracker
# External dependencies
coverage
httmock
mongomock
moto[server]<4.2.12
pytest>=3.6
pytest-cov>=2.6
pytest-forked
pytest-mock
python-dateutil
tox
xdoctest
virtualenv
# from extras
paramiko
cachetools
diskcache
mfusepy>=3.0