diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-02-19 11:21:42 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-02-19 11:21:42 +0100 |
commit | fd745e19040349ce35a895bf19930a1e5b19511d (patch) | |
tree | 739367ee33b1067f5a6e5c6062d567379fa2ff24 /Pipfile | |
parent | fea4f32b1a954f24d72b74378375093d483f575b (diff) |
Pipfiles
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +typogrify = "*" +pelican = "*" +markdown = "*" + +[dev-packages] + +[requires] +python_version = "3.6" |