This repository has been archived by the owner on Nov 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup: Update dependencies (and a bit more) (#1730)
Along with updating dependencies I'm also addressing few other issues which will take full rebuild: - upgrade to python 3.7, fixes #1715 - switch from Flask-Cache to Flask-Caching, fixes #1285 - sharing pypi2nix cache between containers, fixes #1070
- Loading branch information
Showing
105 changed files
with
15,233 additions
and
16,892 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
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
"requests" | ||
], | ||
"cache": [ | ||
"Flask-Cache" | ||
"Flask-Caching" | ||
], | ||
"cors": [ | ||
"Flask-Cors", | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,6 @@ responses | |
|
||
# develop | ||
pdbpp | ||
ipdb | ||
|
||
# tests dependencies | ||
Logbook | ||
|
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,5 +1 @@ | ||
-r ./../../lib/cli_common/requirements-dev.txt | ||
|
||
flake8 | ||
pytest | ||
ipdb |
Oops, something went wrong.