File tree 3 files changed +19
-17
lines changed
3 files changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Note: Use of the registered "CANVAS" trademark is not conferred by the LICENSE.
21
21
OS X
22
22
----
23
23
# MANUALLY: Install XCode via thumb drive or App Store
24
- # MANUALLY: Install
24
+ xcode-select --install
25
25
java # type this, press enter, will prompt you to install Java
26
26
ruby -e "$(curl -fsSLk https://gist.github.com/raw/323731/install_homebrew.rb)"
27
27
brew install git ack redis nginx pil solr wget memcached # requires installed XCode
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ bleach==1.4.2
3
3
cffi==1.3.0
4
4
Django==1.2.7
5
5
django-bcrypt==0.9.2
6
- django-cachecow==0.2.7
6
+ # django-cachecow==0.2.7 # only in aehlke's github. Drawquest not canvas
7
7
django-indexer==0.3.0
8
8
django-nose==0.1.3
9
9
django-paging==0.2.4
10
10
django-redis-sessions==0.2.3
11
11
django-sentry==1.8.6.2
12
12
django-templatetag-sugar==0.1
13
- dnspython==1.9.4
13
+ dnspython==1.12.0
14
14
enum34==1.0.4
15
15
Epsilon==0.6.0
16
16
Fabric==1.10.2
@@ -25,38 +25,38 @@ Jinja2==2.6
25
25
lxml==2.3
26
26
MarkupSafe==0.15
27
27
nose==1.1.2
28
- PAM==0.4.2
28
+ # PAM==0.4.2 # Latest PAM on pypi is 0.1.x, is this python-pam? Can't find any use of it either way
29
29
paramiko==1.7.6
30
30
pilkit==1.1.7
31
31
Pillow==2.3.0
32
- py-bcrypt==0.2
32
+ py-bcrypt==0.4
33
33
pyasn1==0.1.9
34
34
pycparser==2.14
35
35
pycrypto==2.0.1
36
36
pydkim==0.3
37
37
PyOpenGL==3.0.2
38
38
pyOpenSSL==0.10
39
- Pyrex==0.9.8.5
39
+ # Pyrex==0.9.8.5 # Is pyrex dead? No downloads on pypi
40
40
pyserial==2.6
41
41
python-cjson==1.1.0
42
42
python-memcached==1.47
43
- PyYAML==3.9
43
+ PyYAML==3.11
44
44
rauth==0.4.16
45
45
redis==2.10.5
46
46
requests==2.8.1
47
47
simplejson==2.2.1
48
48
six==1.10.0
49
49
South==0.7.3
50
- Twisted==10.1 .0
51
- Twisted-Conch==13.2.0
52
- Twisted-Core==13.2.0
53
- Twisted-Lore==13.2.0
54
- Twisted-Mail==13.2.0
55
- Twisted-Names==13.2.0
56
- Twisted-News==13.2.0
57
- Twisted-Runner==13.2.0
58
- Twisted-Web==13.2.0
59
- Twisted-Words==13.2.0
50
+ Twisted==15.4 .0
51
+ # Twisted-Conch==13.2.0
52
+ # Twisted-Core==13.2.0
53
+ # Twisted-Lore==13.2.0
54
+ # Twisted-Mail==13.2.0
55
+ # Twisted-Names==13.2.0
56
+ # Twisted-News==13.2.0
57
+ # Twisted-Runner==13.2.0
58
+ # Twisted-Web==13.2.0 # This is the only one we might need
59
+ # Twisted-Words==13.2.0
60
60
txAWS==0.0.1
61
61
txredis==2.3
62
62
urbanairship==0.3
Original file line number Diff line number Diff line change
1
+ # Epsilon requires twisted installed to run its setup.py (bad Epsilon, don't do that)
2
+ pip install Twisted==15.4.0
1
3
pip install -r /var/canvas/requirements/non_aws_dev_requirements.txt
You can’t perform that action at this time.
0 commit comments