diff --git a/pyproject.toml b/pyproject.toml index 0469bab..38dab7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "parenttext_pipeline" -version = "0.1.0" +version = "0.2.0" authors = [ {name = "IDEMS International", email = "communications@idems.international"}, ] @@ -29,9 +29,9 @@ classifiers = [ ] dependencies = [ "beautifulsoup4~=4.12", - "rapidpro-abtesting@https://github.com/IDEMSInternational/rapidpro_abtesting/archive/refs/heads/master.tar.gz", + "rapidpro-abtesting@https://github.com/IDEMSInternational/rapidpro_abtesting/archive/refs/tags/0.1.1.tar.gz", "requests~=2.31", - "rpft@https://github.com/IDEMSInternational/rapidpro-flow-toolkit/archive/refs/heads/main.tar.gz", + "rpft@https://github.com/IDEMSInternational/rapidpro-flow-toolkit/archive/refs/tags/1.1.1.tar.gz", ] [project.scripts]