Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Exner-Kittridge authored and Mike Exner-Kittridge committed Mar 14, 2018
1 parent 937a4e8 commit 8ce50db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requirements:
- python
- pandas
- pywin32
- configParser
- configparser

about:
home: https://github.com/mullenkamp/hilltop-py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
#
# For an analysis of "install_requires" vs pip's requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['pandas', 'pywin32', 'configParser'], # Optional
install_requires=['pandas', 'pywin32', 'configparser'], # Optional

# List additional groups of dependencies here (e.g. development
# dependencies). Users will be able to install these using the "extras"
Expand Down

0 comments on commit 8ce50db

Please sign in to comment.