summaryrefslogtreecommitdiff
path: root/tmdbv3api/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'tmdbv3api/debian/control')
-rw-r--r--tmdbv3api/debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmdbv3api/debian/control b/tmdbv3api/debian/control
index a44ad02..e3e9f54 100644
--- a/tmdbv3api/debian/control
+++ b/tmdbv3api/debian/control
@@ -5,6 +5,7 @@ Maintainer: B. Stack <bgstack15@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3,
+ python3-requests,
Standards-Version: 4.6.1
Homepage: https://github.com/AnthonyBloomer/tmdbv3api
Rules-Requires-Root: no
bgstack15