Skip to content

Commit

Permalink
Added requirements-base.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Jun 4, 2014
1 parent e6318c1 commit aab710e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 50 deletions.
25 changes: 25 additions & 0 deletions requirements-base.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Django>=1.6,<1.7
Markdown>=2.4,<2.5
Pillow>=2.3,<2.4
South>=0.8,<0.9
django-auth-ldap==1.1.8
django-database-files==0.1
django-otp==0.2.2
django-tastypie==0.9.15
django-two-factor-auth==0.5.0
django-user-sessions==0.1.3
mimeparse>=0.1,<0.2
pyasn1==0.1.7
pycrypto>=2.6,<2.7
python-dateutil>=2.1,<2.2
python-ldap>=2.4,<2.5
python-mimeparse==0.1.4
six>=1.6,<1.7
urldecode==0.1
wsgiref==0.1.2
keepassdb==0.2.1
db_backup==0.1.3
boto==2.26.1
lxml==3.3.3
celery>=3.1,<3.2
django-celery>=3.1,<3.2
26 changes: 1 addition & 25 deletions requirements-mysql.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,2 @@
Django>=1.6,<1.7
Markdown>=2.4,<2.5
-r requirements-base.txt
MySQL-python>=1.2,<1.3
Pillow>=2.3,<2.4
South>=0.8,<0.9
django-auth-ldap==1.1.8
django-database-files==0.1
django-otp==0.2.2
django-tastypie==0.9.15
django-two-factor-auth==0.5.0
django-user-sessions==0.1.3
mimeparse>=0.1,<0.2
pyasn1==0.1.7
pycrypto>=2.6,<2.7
python-dateutil>=2.1,<2.2
python-ldap>=2.4,<2.5
python-mimeparse==0.1.4
six>=1.6,<1.7
urldecode==0.1
wsgiref==0.1.2
keepassdb==0.2.1
db_backup==0.1.3
boto==2.26.1
lxml==3.3.3
celery>=3.1,<3.2
django-celery>=3.1,<3.2
26 changes: 1 addition & 25 deletions requirements-pgsql.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,2 @@
Django>=1.6,<1.7
Markdown>=2.4,<2.5
-r requirements-base.txt
psycopg2>=2,<3
Pillow>=2.3,<2.4
South>=0.8,<0.9
django-auth-ldap==1.1.8
django-database-files==0.1
django-otp==0.2.2
django-tastypie==0.9.15
django-two-factor-auth==0.5.0
django-user-sessions==0.1.3
mimeparse>=0.1,<0.2
pyasn1==0.1.7
pycrypto>=2.6,<2.7
python-dateutil>=2.1,<2.2
python-ldap>=2.4,<2.5
python-mimeparse==0.1.4
six>=1.6,<1.7
urldecode==0.1
wsgiref==0.1.2
keepassdb==0.2.1
db_backup==0.1.3
boto==2.26.1
lxml==3.3.3
celery>=3.1,<3.2
django-celery>=3.1,<3.2

0 comments on commit aab710e

Please sign in to comment.