Skip to content

Commit fe3b43d

Browse files
committed
Add Pipfile back.
1 parent 690f658 commit fe3b43d

File tree

2 files changed

+484
-0
lines changed

2 files changed

+484
-0
lines changed

Pipfile

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[[source]]
2+
url = "https://pypi.python.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[dev-packages]
7+
sphinx = "*"
8+
sphinx-autobuild = "*"
9+
tox = "*"
10+
pytest = "*"
11+
12+
[packages]
13+
crayons = "*"

0 commit comments

Comments
 (0)