Skip to content

Commit

Permalink
update beaker dependencies for linchpin
Browse files Browse the repository at this point in the history
  • Loading branch information
samvarankashyap committed Dec 9, 2019
1 parent b4bbca5 commit f501ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- name: Install pypi dependencies of beaker
pip:
name: ['git+https://github.com/beaker-project/beaker.git@develop#subdirectory=Client/', 'python-gssapi', 'bottle']
name: ['beaker==27.0', 'python-gssapi', 'bottle']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
tests_require=["pytest<=4.4.0", "nose", "mock", "coverage", "flake8"],
extras_require={
'krbV': ["python-krbV"],
'beaker': ['beaker-client>=23.3', 'python-krbV'],
'beaker': ['beaker-client>=27.0', 'python-gssapi', 'bottle'],
'docs': ["docutils", "sphinx", "sphinx_rtd_theme", "sphinx-automodapi"],
'tests': ["nose", "mock", "coverage", "flake8",
"pytest<=4.4.0", "pytest-runner"],
Expand Down

0 comments on commit f501ccd

Please sign in to comment.