소스 검색

Install requirements for Falcon

Rami Chowdhury 12 년 전
부모
커밋
6472e30279
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      installer.py

+ 4 - 0
installer.py

@@ -358,6 +358,10 @@ class Installer:
     easy_install('bottle==0.11.6', two=True, three=True, pypy=True)
     easy_install('bottle-sqlalchemy==0.4', two=True, three=True, pypy=True)
 
+    # Falcon
+    easy_install('Cython==0.19.1', two=True, three=True, pypy=True)
+    easy_install('falcon==0.1.6post3', two=True, three=True, pypy=True)
+
   ############################################################
   # __install_error
   ############################################################