We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0028dc5 commit 2a627cbCopy full SHA for 2a627cb
Pipfile
@@ -0,0 +1,35 @@
1
+[[source]]
2
+name = "pypi"
3
+url = "https://pypi.org/simple"
4
+verify_ssl = true
5
+
6
+[dev-packages]
7
8
+[packages]
9
+blinker = "==1.3"
10
+cffi = "==1.9.1"
11
+cryptography = "==1.7.1"
12
+docutils = "==0.12"
13
+ecdsa = "==0.13"
14
+enum34 = "==1.1.6"
15
+fabric = "==1.12.0"
16
+feedgenerator = "==1.7"
17
+ghp-import = "==0.5.4"
18
+idna = "==2.2"
19
+ipaddress = "==1.0.17"
20
+jinja2 = "==2.7.3"
21
+markdown = "==2.5"
22
+markupsafe = "==0.23"
23
+paramiko = "==1.18.1"
24
+pelican = "==3.5.0"
25
+pyasn1 = "==0.1.9"
26
+pycparser = "==2.17"
27
+pycrypto = "==2.6.1"
28
+pygments = "==1.6"
29
+python-dateutil = "==2.2"
30
+pytz = "==2014.7"
31
+six = "==1.8.0"
32
+unidecode = "==0.4.16"
33
34
+[requires]
35
+python_version = "3.7"
0 commit comments