Skip to content

Commit 8bc957c

Browse files
authoredJul 25, 2022
move beaker to an optional requirement under examples (#823)
1 parent 41e2b0a commit 8bc957c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ livehtml:
3535
.PHONY: livehtml
3636

3737
install:
38-
@pipenv install --dev -e .[develop,testing,docs,quality,ldap_authn]
38+
@pipenv install --dev -e .[develop,testing,docs,quality,ldap_authn,examples]
3939
.PHONY: install
4040

4141
test:

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ def run_tests(self):
8181
'quality': ['pylama', 'isort', 'eradicate', 'mypy', 'black', 'bandit', 'readme_renderer[md]'],
8282
'types': ['types-requests'],
8383
'ldap_authn': ['python-ldap'],
84+
'examples': ['beaker'],
8485
},
8586
install_requires=[
8687
"requests",
8788
"pycryptodomex",
8889
"pyjwkest>=1.3.6",
8990
"mako",
90-
"beaker",
9191
"cryptography",
9292
"defusedxml",
9393
"typing_extensions",

0 commit comments

Comments
 (0)
Failed to load comments.