Fix install issue when existing environment "yml" file does not have a "dependencies" section
0.0.1
First Release of `EZconda`
Currently, supports creation of new conda environments and installation of packages into conda environments.
`ezconda` creates an `environment.yml` file for you and add packages directly to the `environment.yml` file as you install it with `ezconda install -n my-env numpy`