diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93155db..dcae756 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: git clone --depth 1 https://github.com/fastily/pwiki.git pip install -e pwiki popd - pip install -r requirements-dev.txt + pip install -r requirements.txt - name: Test run: | python -m unittest \ No newline at end of file diff --git a/requirements-dev.txt b/requirements-dev.txt deleted file mode 100644 index edabcfa..0000000 --- a/requirements-dev.txt +++ /dev/null @@ -1 +0,0 @@ -rich==13.7.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 539a642..7d815e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pwiki==1.3.0 --r requirements-dev.txt \ No newline at end of file +pwiki +rich==13.7.1 \ No newline at end of file