From: Karl O. Pinc Date: Sun, 4 Aug 2024 17:42:29 +0000 (-0500) Subject: Common contains core and has other things usually needed X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=9dfac698e0a50d373826a9550ab2f8bbcb809afe;p=pgwui_develop Common contains core and has other things usually needed --- diff --git a/src/pgwui_develop/TEMPLATE/setup.py.mak b/src/pgwui_develop/TEMPLATE/setup.py.mak index e7127b0..c131b0f 100644 --- a/src/pgwui_develop/TEMPLATE/setup.py.mak +++ b/src/pgwui_develop/TEMPLATE/setup.py.mak @@ -62,7 +62,7 @@ def filter_readme(): # install_requires = [ 'markupsafe', - 'pgwui_core==' + version, + 'pgwui_common==' + version, 'pgwui_upload_core==' + version, 'psycopg', 'pyramid',