-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove webargs and FlaskParser for now (#242)
- Loading branch information
Ryan Lane
authored
Jan 3, 2020
1 parent
7f18aed
commit 4151106
Showing
4 changed files
with
0 additions
and
43 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 |
---|---|---|
|
@@ -161,17 +161,6 @@ statsd==3.2.1 | |
# Use: kmsauth support library | ||
kmsauth==0.5.0 | ||
|
||
# License: MIT | ||
# Schemas for handling complex datatypes | ||
-e git+https://github.com/lyft/[email protected]#egg=marshmallow | ||
|
||
# License: MIT | ||
# A friendly library for parsing HTTP request arguments, with built-in support | ||
# for popular web frameworks, including Flask, Django, Bottle, Tornado, | ||
# Pyramid, webapp2, Falcon, and aiohttp. http://webargs.readthedocs.io/ | ||
# https://github.com/sloria/webargs | ||
webargs==1.8.1 | ||
|
||
# License: Apache2 | ||
# Upstream url: https://pypi.python.org/pypi/toasted-marshmallow | ||
# Use: input/output validation and json serialization | ||
|
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 |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
# | ||
# pip-compile --output-file=./requirements3.txt ./requirements.in | ||
# | ||
-e git+https://github.com/lyft/[email protected]#egg=marshmallow | ||
asn1crypto==0.24.0 # via cryptography | ||
attrs==19.3.0 # via toastedmarshmallow | ||
authomatic==0.1.0.post1 | ||
|
@@ -59,6 +58,5 @@ six==1.12.0 # via cryptography, isodate, mock, pynamodb, pyopenssl | |
statsd==3.2.1 | ||
toastedmarshmallow==2.15.2.post1 | ||
urllib3==1.25.3 # via botocore, requests | ||
webargs==1.8.1 | ||
werkzeug==0.15.6 # via flask | ||
xmlsec==1.3.3 # via python3-saml |