Skip to content

Commit 2c0fbe1

Browse files
Merge pull request #5 from Molmed/ART-135-require-python-3-6
Art 135 require python 3 6
2 parents 6c5379b + cf37dba commit 2c0fbe1

File tree

2 files changed

+127
-121
lines changed

2 files changed

+127
-121
lines changed

Pipfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ url = "https://pypi.python.org/simple"
44
verify_ssl = true
55
name = "pypi"
66

7+
[requires]
8+
python_version = "3.6"
79

810
[packages]
911

1012
aiohttp = "==2.3.7"
1113
rq = "==0.10.0"
14+
redis = "==2.10.6"
1215
aiodns = "==1.1.1"
1316
cchardet = "==2.1.1"
1417
pyyaml = "==3.12"

0 commit comments

Comments
 (0)