-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathPipfile
More file actions
39 lines (36 loc) · 728 Bytes
/
Pipfile
File metadata and controls
39 lines (36 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
beautifulsoup4 = "*"
blinker = ">=1.3"
docutils = ">=0.12"
ecdsa = ">=0.10"
fabric = ">=1.8.1"
feedgenerator = ">=1.7"
fexpect = ">=0.2.post17"
fontawesome-markdown = ">=0.2.1"
jinja2 = ">=2.10.1"
markdown = ">=2.3.1"
markupsafe = ">=0.23"
paramiko = "*"
pelican = ">=3.5.0"
pelican-gist = ">=0.3.0"
pelican-gravatar-plus = ">=0.0.1"
pelicanfly = ">=0.4.2"
pexpect = ">=3.1"
pycrypto = "*"
pygments = "*"
python-dateutil = ">=2.2"
pytz = ">=2014.9"
requests = "*"
shortuuid = ">=0.4"
six = ">=1.8.0"
smartypants = ">=1.8.3"
typogrify = ">=2.0.1"
unidecode = ">=0.04.16"
wsgiref = ">=0.1.2"
[requires]
python_version = "2.7"