-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update project deps and use compat release
- Loading branch information
1 parent
69335c1
commit 159d85e
Showing
4 changed files
with
15 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
Flask==0.10.1 | ||
Flask-Cors==2.1.2 | ||
gunicorn==19.4.5 | ||
requests~=2.12 | ||
pyyaml==3.12 | ||
beautifulsoup4==4.6.0 | ||
python-dotenv==0.7.1 | ||
Flask~=1.0.2 | ||
Flask-Cors~=3.0.6 | ||
requests~=2.20 | ||
pyyaml~=3.12 | ||
beautifulsoup4~=4.6.0 | ||
python-dotenv~=0.9.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
click==6.6 # Temporary fix for coala error with dependencies | ||
pytest | ||
pytest-rerunfailures==4.2 | ||
parameterized==0.6.1 | ||
exrex==0.10.5 | ||
coala | ||
coala-bears | ||
requests-toolbelt==0.8.0 | ||
pytest~=3.10.0 | ||
pytest-rerunfailures~=5.0 | ||
parameterized~=0.6.1 | ||
exrex~=0.10.5 | ||
coala~=0.11.0 | ||
coala-bears~=0.11.1 | ||
requests-toolbelt~=0.8.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