X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=pyproject.toml;h=81ca25afca5a9f31e0bb7e25c220e57026ffcfc0;hb=ccca7ea8fae7ab9a79a88baf9a7f8f3219403c7b;hp=1f771f0ded5d172d4bdddcca44d6d65f0449e218;hpb=69566c003b4f1c3a4905f37d3735d7921502d14a;p=pyutils.git diff --git a/pyproject.toml b/pyproject.toml index 1f771f0..81ca25a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyutils" -version = "0.0.1a1" +version = "0.0.1b8" authors = [ { name="Scott Gasch", email="scott.gasch@gmail.com" }, ] @@ -15,12 +15,12 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ + "antlr4-python3-runtime", "bitstring", "cloudpickle", "holidays", - "numpy", + "kazoo", "overrides", - "python-dateutil", "pytz", ] @@ -44,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]