diff options
author | rohmhatre | 2017-11-26 00:25:02 +0530 |
---|---|---|
committer | ankitjavalkar | 2018-01-04 11:37:20 +0530 |
commit | 0713c60a5ad4b71d4a2050d13cf30afaf37d935b (patch) | |
tree | c7cb207ab05a2197fd8bdd13d1d559345a2b29ef /docker/Files/requirements-py2.txt | |
parent | 6f2e29a067cbeaf88b8ea478bb7c24fe8772180a (diff) | |
download | online_test-0713c60a5ad4b71d4a2050d13cf30afaf37d935b.tar.gz online_test-0713c60a5ad4b71d4a2050d13cf30afaf37d935b.tar.bz2 online_test-0713c60a5ad4b71d4a2050d13cf30afaf37d935b.zip |
Added docker compose configuration
Diffstat (limited to 'docker/Files/requirements-py2.txt')
-rw-r--r-- | docker/Files/requirements-py2.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Files/requirements-py2.txt b/docker/Files/requirements-py2.txt new file mode 100644 index 0000000..38777a1 --- /dev/null +++ b/docker/Files/requirements-py2.txt @@ -0,0 +1,2 @@ +-r requirements-common.txt +mysql-python==1.2.5 |