forked from 00dani/lemoncurry
Insist on Python 3.6, since the 'secrets' module for making secure tokens isn't available in 3.5
This commit is contained in:
parent
486eec2448
commit
3c95eeeefb
2 changed files with 10 additions and 5 deletions
3
Pipfile
3
Pipfile
|
@ -4,6 +4,9 @@ url = "https://pypi.python.org/simple"
|
|||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[requires]
|
||||
python_version = '3.6'
|
||||
|
||||
|
||||
[packages]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue