about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2022-07-09 14:18:47 +0100
committerNoah <mounderfod@gmail.com>2022-07-09 14:18:47 +0100
commitcc60714c80192d26cbe89a0f7399054bdba4689a (patch)
tree9059e0c2e4e3b5fbf755642ae51172389087809b
parent0c7a520aa0368b9940ba3b0a2b1003456e25b04d (diff)
downloaddiscobra-cc60714c80192d26cbe89a0f7399054bdba4689a.tar.gz
fix(actions): Add pdoc to requirements.txt
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index c047d67..ed19667 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,4 @@
 websockets~=10.3
 setuptools~=60.2.0
-aiohttp~=3.8.1
\ No newline at end of file
+aiohttp~=3.8.1
+pdoc~=12.0
\ No newline at end of file