File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Deis controller requirements
2- azure==0.7.0
32boto==2.13.3
43celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
54Django==1.5.4
Original file line number Diff line number Diff line change @@ -80,12 +80,12 @@ it's preferable to create a **virtual environment** for python.
8080 Installing Pip........................................done.
8181 $ source venv/bin/activate
8282 (deis)$ pip install -r dev_requirements.txt --use-mirrors
83- Downloading/unpacking azure>=0.7.0 (from -r dev_requirements .txt (line 2))
84- Downloading azure-0.7.0.zip (76kB ): 76kB downloaded
85- Running setup.py egg_info for package azure
86- Downloading/unpacking boto>=2.9.8 (from -r dev_requirements .txt (line 3))
83+ Downloading/unpacking boto==2.13.3 (from -r requirements .txt (line 2))
84+ Downloading boto-2.13.3.tar.gz (1.1MB ): 1.1MB downloaded
85+ Running setup.py egg_info for package boto
86+ Downloading/unpacking celery==3.0.22 (from -r requirements .txt (line 3))
8787 ...
88- Successfully installed azure boto ...
88+ Successfully installed boto celery ...
8989 Cleaning up...
9090 (deis)$
9191
Original file line number Diff line number Diff line change 11# Deis controller requirements
2- azure == 0.7.0
32boto == 2.13.3
43celery == 3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
54Django == 1.5.4
You can’t perform that action at this time.
0 commit comments