From b25e8dc5e49b4812e9593cdf5dcb6c98e8d8c49e Mon Sep 17 00:00:00 2001 From: Keiran Price Date: Tue, 11 Jun 2019 14:09:39 +0100 Subject: [PATCH] Add requirements to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f52cee9c..10337c6e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # datagateway-api ICAT API to interface with the Data Gateway + + +## Requirements ++ [SQLAlchemy](https://www.sqlalchemy.org/) ++ [flask-restful](https://github.com/flask-restful/flask-restful/) ++ [mypysql](https://pymysql.readthedocs.io/en/latest/) ++ [requests](https://2.python-requests.org/en/master/)