It is critical that the Pipfile python version matches the python version on the server.

This commit is contained in:
Dan Funk 2020-05-20 15:07:16 -04:00
parent 2c407ae607
commit 5f793db606
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ xlrd = "*"
ldap3 = "*"
[requires]
python_version = "3.7"
python_version = "3.6.9"