Skip to content

Commit

Permalink
Upgrade rpft
Browse files Browse the repository at this point in the history
  • Loading branch information
istride committed Jan 13, 2025
1 parent 13e91c1 commit b5053a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,17 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Text Processing :: General",
"Topic :: Utilities",
]
dependencies = [
"beautifulsoup4~=4.12",
"packaging~=21.3",
"rapidpro-abtesting@https://github.com/IDEMSInternational/rapidpro_abtesting/archive/refs/heads/master.zip",
"rapidpro-abtesting @ git+https://github.com/IDEMSInternational/rapidpro_abtesting.git@master",
"requests~=2.31",
"rpft@https://github.com/IDEMSInternational/rapidpro-flow-toolkit/archive/refs/tags/1.2.1.tar.gz",
"rpft @ git+https://github.com/IDEMSInternational/rapidpro-flow-toolkit[email protected]",
]

[project.scripts]
Expand Down

0 comments on commit b5053a1

Please sign in to comment.