Skip to content

Commit

Permalink
added requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Davey committed Aug 13, 2012
1 parent e5fd55f commit 4f1b1a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Beautifulsoup
7 changes: 7 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,17 @@ def is_unwanted_file(filename):
else:
long_description = "See http://github.com/evandavey/django-bankdownloads"


try:
REQUIREMENTS = open('requirements.txt').read()
except:
REQUIREMENTS = None

setup(
name = 'django-bankdownloads',
version=distmeta.__version__,
description=distmeta.__doc__,
install_requires=REQUIREMENTS,
author=distmeta.__author__,
author_email=distmeta.__contact__,
url=distmeta.__homepage__,
Expand Down

0 comments on commit 4f1b1a0

Please sign in to comment.