Skip to content

Instantly share code, notes, and snippets.

@an9er
Created April 19, 2018 03:07
Show Gist options
  • Save an9er/0f4ba5545492aef6b02c3e7d063336a8 to your computer and use it in GitHub Desktop.
Save an9er/0f4ba5545492aef6b02c3e7d063336a8 to your computer and use it in GitHub Desktop.
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