X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=pyproject.template;h=58c9110835cd62f8d508da80ce515f84055dc027;hb=021abe85daa69b22d35f9a72f53cb614b37221dc;hp=15fa3d93b1e8271c3bd7c0ce036358d09594a1c4;hpb=0635916a2f7ebffcc7a11f6407a0b3b6391be056;p=pyutils.git diff --git a/pyproject.template b/pyproject.template index 15fa3d9..58c9110 100644 --- a/pyproject.template +++ b/pyproject.template @@ -15,6 +15,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ + "antlr4-python3-runtime", "bitstring", "cloudpickle", "holidays", @@ -43,8 +44,8 @@ build-backend = "setuptools.build_meta" [tool.setuptools] packages = [ "pyutils", "pyutils.collectionz", "pyutils.compress", - "pyutils.datetimez", "pyutils.files", "pyutils.parallelize", - "pyutils.search", "pyutils.security", "pyutils.typez" + "pyutils.datetimes", "pyutils.files", "pyutils.parallelize", + "pyutils.search", "pyutils.security", "pyutils.types" ] [tool.setuptools.package-dir]