We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ac932 commit ec96e26Copy full SHA for ec96e26
Pipfile
@@ -1,18 +1,21 @@
1
[[source]]
2
-url = "https://pypi.python.org/simple"
+url = "https://pypi.org/simple"
3
verify_ssl = true
4
name = "pypi"
5
6
-[packages]
7
-"e1839a8" = {path = ".", editable = true}
8
-
9
[dev-packages]
10
-pytest = "==3.6.2"
11
docutils = "==0.14"
12
-alagitpull = "==0.0.21"
13
releases = {git = "https://github.com/tony/releases.git", ref = "future-releases-uri-config"}
+alagitpull = "==0.0.21"
+sphinxcontrib-napoleon = "==0.6.1"
14
Sphinx = "==1.7.5"
15
isort = "==4.3.4"
16
"flake8" = "==3.5.0"
17
-vulture = "==0.27"
18
-sphinxcontrib-napoleon = "==0.6.1"
+vulture = "==0.28"
+pytest = "==3.6.3"
+libtmux = {path = ".", editable = true}
+
+[packages]
19
20
+[requires]
21
+python_version = "3.6"
0 commit comments