Skip to content

Commit 767f090

Browse files
committed
Remove refs to old 'azure' attempt. See also #219.
1 parent f3154e6 commit 767f090

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

dev_requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Deis controller requirements
2-
azure==0.7.0
32
boto==2.13.3
43
celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
54
Django==1.5.4

docs/contributing/devsetup.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Deis controller requirements
2-
azure==0.7.0
32
boto==2.13.3
43
celery==3.0.22 # 3.0.23 errors, see https://github.com/opdemand/deis/issues/148
54
Django==1.5.4

0 commit comments

Comments
 (0)