-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the remaining linting issues and add the required libraries to re…
…quirements.txt
- Loading branch information
MohamedElgammal
committed
Aug 12, 2024
1 parent
476dc88
commit 1e0d5f3
Showing
2 changed files
with
8 additions
and
6 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,11 +1,13 @@ | ||
prettytable | ||
lxml | ||
psutil | ||
|
||
pandas | ||
numpy | ||
scipy | ||
# Python linter and formatter | ||
click==8.0.2 # Our version of black needs an older version of click (https://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click) | ||
black==21.4b0 | ||
pylint==2.7.4 | ||
|
||
# Surelog | ||
orderedmultidict | ||
orderedmultidict |
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