Skip to content

Commit

Permalink
requirements/debian: Added typing-extensions dependency python depend…
Browse files Browse the repository at this point in the history
…ency
  • Loading branch information
DrPyser committed Sep 20, 2024
1 parent 3efaec8 commit 159f4dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-consul,
python3-yaml
python3-yaml,
python3-typing-extensions
Description: Wazo Python libraries - Python 3
Wazo is a system based on a powerful IPBX, to bring an easy to
install solution for telephony and related services.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ netifaces==0.10.9
python-consul==1.1.0
pyyaml==5.3.1
stevedore==4.0.2
typing-extensions==4.4.0

0 comments on commit 159f4dd

Please sign in to comment.