Skip to content

Commit

Permalink
Update dependencies to point rapidsms to a working PR branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Afani97 committed Aug 30, 2023
1 parent 0e2900a commit 7af8351
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 255 deletions.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

200 changes: 0 additions & 200 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .idea/rapidsms-smpp-gateway.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

15 changes: 10 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ include = [ { path = "tests", format = "sdist" } ]

[tool.poetry.dependencies]
python = ">=3.8"
RapidSMS = ">=2.0"
# Uncomment when https://github.com/rapidsms/rapidsms/pull/500/ is merged
# RapidSMS = ">=2.0"
RapidSMS = { git = "https://github.com/rapidsms/rapidsms/", branch = "update-to-support-django-4-2" }
# Remove max version of 2.2.3 when https://github.com/python-smpplib/python-smpplib/pull/221 has been merged
smpplib = ">=2.2,<2.2.3"
psycopg2 = ">=2.8"
Expand Down

0 comments on commit 7af8351

Please sign in to comment.