Common contains core and has other things usually needed
authorKarl O. Pinc <kop@karlpinc.com>
Sun, 4 Aug 2024 17:42:29 +0000 (12:42 -0500)
committerKarl O. Pinc <kop@karlpinc.com>
Sun, 4 Aug 2024 17:42:29 +0000 (12:42 -0500)
src/pgwui_develop/TEMPLATE/setup.py.mak

index e7127b045be6cd91fba74977f80e69b7572a2679..c131b0f631f55402b1b18bc97f0ad4d1954bd907 100644 (file)
@@ -62,7 +62,7 @@ def filter_readme():
 #
 install_requires = [
     'markupsafe',
-    'pgwui_core==' + version,
+    'pgwui_common==' + version,
     'pgwui_upload_core==' + version,
     'psycopg',
     'pyramid',