Add pgwui_upload_core and pgwui_bulk_upload components
authorKarl O. Pinc <kop@karlpinc.com>
Sat, 2 Jan 2021 22:25:27 +0000 (16:25 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Sat, 2 Jan 2021 22:25:27 +0000 (16:25 -0600)
pip_setup

index 8f1d370b3015fff8f965c231d1a8c13c9399a645..27a4bc07894ba6c8f3a831b5c324c3801b45b493 100644 (file)
--- a/pip_setup
+++ b/pip_setup
@@ -2,4 +2,4 @@
 
 # All the places to find pgwui components so that venvs can be
 # instantiated.
-export PIP_FIND_LINKS='../../pgwui_common/PGWUI_Common/dist/ ../../pgwui_core/PGWUI_Core/dist/ ../../pgwui_logout/PGWUI_Logout/dist ../../pgwui_menu/PGWUI_Menu/dist/ ../../pgwui_server/PGWUI_Server/dist/ ../../pgwui_upload/PGWUI_Upload/dist ../../pgwui_testing/PGWUI_Testing/dist'
\ No newline at end of file
+export PIP_FIND_LINKS='../../pgwui_common/PGWUI_Common/dist/ ../../pgwui_core/PGWUI_Core/dist/ ../../pgwui_logout/PGWUI_Logout/dist ../../pgwui_menu/PGWUI_Menu/dist/ ../../pgwui_server/PGWUI_Server/dist/ ../../pgwui_upload/PGWUI_Upload/dist ../../pgwui_upload_core/PGWUI_Upload_Core/dist/ ../../pgwui_bulk_upload/PGWUI_Bulk_Upload/dist/ ../../pgwui_testing/PGWUI_Testing/dist'
\ No newline at end of file