Skip to content

Instantly share code, notes, and snippets.

@dcolish
Created February 13, 2012 19:28
Show Gist options
  • Select an option

  • Save dcolish/1819360 to your computer and use it in GitHub Desktop.

Select an option

Save dcolish/1819360 to your computer and use it in GitHub Desktop.
requires as a string
requires = ''
with open('requirements.txt') as f:
requires = f.read()
setup(...,
install_requires=requires,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment