Insist on Python 3.6, since the 'secrets' module for making secure tokens isn't available in 3.5

This commit is contained in:
Danielle McLean 2017-10-29 17:13:28 +11:00
parent 486eec2448
commit 3c95eeeefb
Signed by untrusted user: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
2 changed files with 10 additions and 5 deletions

View file

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