Skip to content

Commit

Permalink
Deleting requirements.txt, updating setup.py with bare minimum req's.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Thayer committed Nov 12, 2019
1 parent be49d0d commit e8cf23c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
install_requires=['tqdm', 'psutil', 'pandas', 'numpy', 'pywin32', 'pypiwin32', 'pathlib'],
install_requires=['pandas', 'numpy', 'pywin32', 'pypiwin32'],
license='MIT',
zip_safe=False
)

0 comments on commit e8cf23c

Please sign in to comment.