From bfa8a8a93dbdc05762c339da256bb1b6412e42c1 Mon Sep 17 00:00:00 2001 From: Icaro Costa Date: Sun, 28 Apr 2024 16:59:39 -0300 Subject: [PATCH] Update dependencies in requirements.txt and add setup.py --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index eeeaa3e..4368782 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: python-version: '3.12' # ADJUST THIS: install all dependencies (including pdoc) - - run: pip install pdoc3 pip + - run: pip install pdoc3 pip urllib3 six - run: pip install -r requirements.txt - run: sudo chmod 777 /var/log # ADJUST THIS: build your documentation into docs/.