We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57d9c0c commit 7c1f131Copy full SHA for 7c1f131
Makefile
@@ -19,7 +19,7 @@ output_filename = user-sync
19
pex:
20
pip install --upgrade pip
21
pip install pex requests wheel
22
- pip wheel -w wheelhouse -r misc/build/requirements.txt -r $(python_ldap_requirements)
+ pip wheel -w wheelhouse -r misc/build/requirements.txt -r $(python_ldap_requirements) -r misc/build/requirements-okta.txt
23
-$(RM) $(output_dir)
24
pex \
25
-v -o $(output_dir)/$(output_filename)$(output_file_extension) -m user_sync.app \
0 commit comments