Skip to content

Commit ec96e26

Browse files
committed
Recreate Pipfile
1 parent 87ac932 commit ec96e26

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

Pipfile

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
[[source]]
2-
url = "https://pypi.python.org/simple"
2+
url = "https://pypi.org/simple"
33
verify_ssl = true
44
name = "pypi"
55

6-
[packages]
7-
"e1839a8" = {path = ".", editable = true}
8-
96
[dev-packages]
10-
pytest = "==3.6.2"
117
docutils = "==0.14"
12-
alagitpull = "==0.0.21"
138
releases = {git = "https://github.com/tony/releases.git", ref = "future-releases-uri-config"}
9+
alagitpull = "==0.0.21"
10+
sphinxcontrib-napoleon = "==0.6.1"
1411
Sphinx = "==1.7.5"
1512
isort = "==4.3.4"
1613
"flake8" = "==3.5.0"
17-
vulture = "==0.27"
18-
sphinxcontrib-napoleon = "==0.6.1"
14+
vulture = "==0.28"
15+
pytest = "==3.6.3"
16+
libtmux = {path = ".", editable = true}
17+
18+
[packages]
19+
20+
[requires]
21+
python_version = "3.6"

0 commit comments

Comments
 (0)