update dependencies so that make init will work; exclude ropeproject folder in gitignore (#1111)
This commit is contained in:
parent
5d8cd22b01
commit
646e45b7e4
3
.gitignore
vendored
3
.gitignore
vendored
@ -11,4 +11,5 @@ build/
|
|||||||
.idea/
|
.idea/
|
||||||
*.swp
|
*.swp
|
||||||
.DS_Store
|
.DS_Store
|
||||||
python_env
|
python_env
|
||||||
|
.ropeproject/
|
||||||
|
@ -8,4 +8,4 @@ freezegun
|
|||||||
flask
|
flask
|
||||||
boto3>=1.4.4
|
boto3>=1.4.4
|
||||||
botocore>=1.5.77
|
botocore>=1.5.77
|
||||||
six
|
six>=1.9
|
||||||
|
Loading…
Reference in New Issue
Block a user