-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python reformattings not catched in 19f9240
* added python requirements to the requirements file * fixed one formatting issue * removed one legacy ignored error (error no longer exists)
- Loading branch information
1 parent
0128a23
commit 1f18d27
Showing
5 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
beautifulsoup4~=4.11.1 | ||
defusedxml~=0.7.1 | ||
Pillow~=9.2.0 | ||
pyyaml~=6.0 | ||
utm~=0.7.0 | ||
Pillow~=9.2.0 | ||
defusedxml~=0.7.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
mypy~=0.950 | ||
pre-commit~=2.19.0 | ||
types-Pillow~=9.0.19 | ||
pre-commit~=2.20.0 | ||
pylint~=2.14.5 | ||
types-Pillow~=9.2.1 | ||
types-PyYAML~=6.0.8 | ||
types-requests~=2.27.30 | ||
types-requests~=2.28.6 | ||
types-termcolor~=1.1.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
progress~=1.6 | ||
termcolor~=1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters