소스 검색

Flask-SQLAlchemy==1.0

INADA Naoki 12 년 전
부모
커밋
1ac0f423d5
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      installer.py

+ 1 - 3
installer.py

@@ -287,9 +287,7 @@ class Installer:
     easy_install('flask==0.10.1', two=True, three=True, pypy=True)
     easy_install('sqlalchemy==0.8.2', two=True, three=True, pypy=True)
     easy_install('Jinja2==2.7', two=True, three=True, pypy=True)
-    # Flask-SQLAlchemy HEAD supports Python 3
-    easy_install('https://github.com/mitsuhiko/flask-sqlalchemy/archive/master.zip',
-                 two=True, three=True, pypy=True)
+    easy_install('Flask-SQLAlchemy==1.0', two=True, three=True, pypy=True)
 
     ##############################
     # Bottle