update dependencies so that make init will work; exclude ropeproject folder in gitignore (#1111)

This commit is contained in:
Chris Evett 2017-09-07 14:30:46 -04:00 committed by Jack Danger
commit 646e45b7e4
3 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View file

@ -11,4 +11,5 @@ build/
.idea/
*.swp
.DS_Store
python_env
python_env
.ropeproject/