Skip to content

Commit 7c1f131

Browse files
committed
Add okta dependency to Makefile (resolve #13)
1 parent 57d9c0c commit 7c1f131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ output_filename = user-sync
1919
pex:
2020
pip install --upgrade pip
2121
pip install pex requests wheel
22-
pip wheel -w wheelhouse -r misc/build/requirements.txt -r $(python_ldap_requirements)
22+
pip wheel -w wheelhouse -r misc/build/requirements.txt -r $(python_ldap_requirements) -r misc/build/requirements-okta.txt
2323
-$(RM) $(output_dir)
2424
pex \
2525
-v -o $(output_dir)/$(output_filename)$(output_file_extension) -m user_sync.app \

0 commit comments

Comments
 (0)