From 403b09e35496b3fc7cc27d9a692baed5549924b8 Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Fri, 10 Feb 2017 15:13:07 +0530 Subject: pulled the python container from the apigrabber and put into vaindock folder as it's being done for all others. (THIS IS NOT YET TESTED). installation of gcc is taking obnoxiously long --- python/requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/requirements.txt (limited to 'python/requirements.txt') diff --git a/python/requirements.txt b/python/requirements.txt new file mode 100644 index 0000000..7d8614e --- /dev/null +++ b/python/requirements.txt @@ -0,0 +1,10 @@ +aiohttp==1.2.0 +appdirs==1.4.0 +async-timeout==1.1.0 +asyncpg==0.8.4 +chardet==2.3.0 +multidict==2.1.4 +packaging==16.8 +pyparsing==2.1.10 +six==1.10.0 +yarl==0.9.0 -- cgit v1.3.1