Skip to content

Commit

Permalink
Cleanup requirements.txt and format code (#60)
Browse files Browse the repository at this point in the history
* Cleanup requirements.txt and format code

* Add dev dependencies and format tests

* Add types-requests

* Fix dev requirements

* Use fstrings
  • Loading branch information
lagerfeuer authored Aug 27, 2022
1 parent d2ac348 commit d56cf0c
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 171 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.txt -r requirements.dev.txt
- name: Test with mypy
run: |
Expand Down
Loading

0 comments on commit d56cf0c

Please sign in to comment.