Skip to content

Commit

Permalink
Some cleanup (#89)
Browse files Browse the repository at this point in the history
* add coloredlogs to dependencies

* add .venv to gitignore
  • Loading branch information
marcelveldt authored Oct 17, 2022
1 parent ffe524e commit 0f7b65b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
*.py[cod]
venv
.venv
*.egg-info
*.log
dist
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ classifiers = [
]
dependencies = [
"aiohttp",
"coloredlogs",
"dacite",
]

Expand Down

0 comments on commit 0f7b65b

Please sign in to comment.