Skip to content

Commit

Permalink
[#1258] Updated requirements & landscape conf
Browse files Browse the repository at this point in the history
- Removed mysql to psql migration lib
- Landscape strictness is now verylow
  • Loading branch information
kardan committed Mar 12, 2015
1 parent f3e1e0b commit a855874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .landscape.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# doc-warnings: yes
test-warnings: no
strictness: verylow
# strictness: veryhigh
max-line-length: 80
# max-line-length: 80
requirements:
- scripts/deployment/pip/requirements/2_rsr.txt
3 changes: 1 addition & 2 deletions scripts/deployment/pip/requirements/2_rsr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ sorl-thumbnail==12.2
django-embed-video==0.11

# Database requirements
MySQL-python==1.2.5
South==0.8.4
psycopg2
py-mysql2pgsql


# App container
gunicorn==18.0
Expand Down

0 comments on commit a855874

Please sign in to comment.