Remove required python_version from Pipfile

I'm not sure what the actual minimum requirement is; I've used 3.6-3.7 while
developing it, and I'm pretty sure 3.5 will work.
This commit is contained in:
Jason McBrayer 2019-02-05 19:03:47 -05:00
parent 5f28bb5ea5
commit c080832633
1 changed files with 0 additions and 2 deletions

View File

@ -28,5 +28,3 @@ lxml = "*"
[dev-packages]
[requires]
python_version = "3.6"