Skip to content

Commit

Permalink
Add requirements to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorn committed May 7, 2018
1 parent 5f5a594 commit 1590964
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'default'

# Theme options are theme-specific and customize the look and feel of a
# theme further. For a list of options available for each theme, see the
Expand Down
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
history = history_file.read()

# requirements = ['Click>=6.0', ]
requirements = []
requirements = [
'future',
'httplib2>=0.9',
'lxml>=3.4,<=4',
'oauth2>=1.9,<2',
'requests>=2.7,<3',
]

setup_requirements = ['pytest-runner', ]

Expand Down

0 comments on commit 1590964

Please sign in to comment.