-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathrequirements.txt
More file actions
18 lines (18 loc) · 767 Bytes
/
requirements.txt
File metadata and controls
18 lines (18 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# needed by celery
sqlalchemy
# install edge till this is released: https://github.com/encode/django-rest-framework/pull/7571
git+https://github.com/encode/django-rest-framework
# install edge till this is released: https://github.com/celery/django-celery-results/issues/157
git+https://github.com/celery/django-celery-results
# moto==1.1.11
# for eclipse debugging
pydevd>=1.0.0
# jinja2 for rendering install templates
jinja2
# get latest package versions for now
git+https://github.com/CloudVE/cloudbridge#egg=cloudbridge[full]
git+https://github.com/CloudVE/djcloudbridge
# Leave cloudlaunch-cli before cloudlaunch-server due to coreapi version mismatch
git+https://github.com/CloudVE/cloudlaunch-cli
git+https://github.com/galaxyproject/cloudlaunch
-e ".[prod]"