Change required python version

This commit is contained in:
Pawel Kowalski 2018-08-23 14:59:57 +02:00
parent 01b77707da
commit 8a4a290b0e
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = '3.6'
[dev-packages]
awscli = "*"
ipdb = "*"