Skip to content

Commit 2a627cb

Browse files
author
Aju100
committed
Added pipenv
1 parent 0028dc5 commit 2a627cb

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

Pipfile

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)