Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
piphone
piphone-sip
Commits
03b6873d
Commit
03b6873d
authored
Apr 18, 2016
by
okhin
Browse files
Adding py-Asterisk to the dependendcies
parent
37fde94f
Changes
2
Hide whitespace changes
Inline
Side-by-side
app.py
View file @
03b6873d
...
...
@@ -8,6 +8,7 @@ import json
from
bottle
import
route
,
run
,
request
,
abort
,
install
,
get
,
post
from
bottle_sqlite
import
SQLitePlugin
import
jwt
import
Asterisk
install
(
SQLitePlugin
(
dbfile
=
'call.db'
))
...
...
requirements.txt
View file @
03b6873d
bottle
bottle_sqlite
PyJWT
py-Asterisk
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment