diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-05-31 19:58:30 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-05-31 19:58:30 +0200 |
commit | 6b9f5b47ea5da451a9307f50ce312d013f873030 (patch) | |
tree | 1bc20f5c96f6bfb9fb76a1ef95ad5d8735270383 /Pipfile | |
parent | 74a3c92a7efeffdbe8c14d34fc9f2e9749290b4f (diff) |
move to Pipenv
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,4 +11,4 @@ markdown = "*" [dev-packages] [requires] -python_version = "3.6" +python_version = "3" |