1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-06-08 17:30:43 +00:00

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

View File

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