Skip to content

Commit ea5142a

Browse files
committed
Added Acknowledgements
1 parent 2f39896 commit ea5142a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22

33
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
44

5-
Python implementation of the LabThings API structure, based on the Flask microframework.
5+
A Python implementation of the LabThings API structure, based on the Flask microframework.
6+
7+
## Acknowledgements
8+
9+
Much of the code surrounding default response formatting has been liberally taken from [Flask-RESTful](https://github.com/flask-restful/flask-restful). The integrated [Marshmallow](https://github.com/marshmallow-code/marshmallow) support was inspired by [Flask-Marshmallow](https://github.com/marshmallow-code/flask-marshmallow) and [Flask-ApiSpec](https://github.com/jmcarp/flask-apispec).

0 commit comments

Comments
 (0)