diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index e491108188..4c38636af5 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5019,8 +5019,8 @@ for URL parsing and changing.") (base32 "1vbd3ndhmxi8scxgxs6sc7r0rdaliqd80384n06nyb3haqz25inm")))) (build-system pyproject-build-system) - (propagated-inputs (list python-pytz python-requests)) - (native-inputs (list python-arrow python-requests-mock)) + (propagated-inputs (list python-arrow python-pytz python-requests)) + (native-inputs (list python-requests-mock)) (home-page "https://github.com/ucfopen/canvasapi") (synopsis "API wrapper for the Canvas LMS") (description |