mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
Adds a new endpoint (`/spec`) which returns a the specification of the API in Swagger-formatted JSON. This means we will have something to point frontends at, so we can evaluate which ones we like. Right now it’s all hand-defined. If we were consistent about our use of Marshmallow we could generated the spec from the Marshmallow schemas.
12 lines
173 B
Plaintext
12 lines
173 B
Plaintext
-r requirements.txt
|
|
pep8==1.5.7
|
|
pytest==2.8.3
|
|
pytest-mock==0.8.1
|
|
pytest-cov==2.2.0
|
|
coveralls==1.1
|
|
mock==1.0.1
|
|
moto==0.4.19
|
|
flex==5.6.0
|
|
freezegun==0.3.6
|
|
requests-mock==0.7.0
|