Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
clean up imports, bump rich version
Browse files Browse the repository at this point in the history
  • Loading branch information
fastily committed Apr 22, 2024
1 parent 0665a36 commit 07bb7d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion requirements-dev.txt

This file was deleted.

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pwiki==1.3.0
-r requirements-dev.txt
pwiki
rich==13.7.1

0 comments on commit 07bb7d5

Please sign in to comment.