diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-03-29 23:20:35 +0200 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-03-29 23:52:42 +0200 |
commit | fdc092990d5e3b9a28e7b646047a877e2cd88dcc (patch) | |
tree | 76bc7aa7cbcc63db16e4631712971f937138240a /debian | |
parent | 6e44f62f44847643a697e56f42dbec77b72a5581 (diff) |
Change the websocket library for the standard one
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f3f30ee..7c5e8b8 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,6 @@ Standards-Version: 3.9.1 Package: swiftstory Architecture: all -Depends: ${misc:Depends}, ${python3:Depends} +Depends: ${misc:Depends}, ${python3:Depends}, python3-websockets Description: SwiftStory game: We're not out of the woods yet. |