Created
April 19, 2018 03:07
-
-
Save an9er/0f4ba5545492aef6b02c3e7d063336a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from setuptools import setup | |
setup( | |
name='reqcheck', | |
version='0.1.0', | |
packages=['reqcheck'], | |
install_requires=[ | |
'redis', | |
'lxml', | |
], | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment