-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
40 lines (37 loc) · 847 Bytes
/
Pipfile
File metadata and controls
40 lines (37 loc) · 847 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
40
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
astor = "==0.7.1"
"beautifulsoup4" = "*"
docopt = "*"
Flask = "==0.12.2"
Pygments = "==2.2.0"
pygments-style-solarized = "==0.1.1"
logbook = "*"
toolz = "*"
injectable = "*"
typeassert = {git = "https://gitlab.com/andyg0808/typeassert.git",editable = true}
rainbowparens = {git = "https://gitlab.com/andyg0808/rainbowparens.git",editable = true}
visitor = {path = "./visitor/dist/visitor-0.1.0-py3-none-any.whl"}
[dev-packages]
black = "==18.6b4"
colored = "==1.3.5"
"flake8" = "*"
"flake8-bugbear" = "*"
mypy = "*"
neovim = "==0.2.6"
pylint = "==1.7.2"
pytest = "*"
sphinx = "*"
termcolor = "*"
hypothesis = "*"
pytest-cov = "*"
pytest-xdist = "*"
pytest-ordering = "*"
execnet = "==1.5.0"
pympler = "*"
pdbpp = "*"
[requires]
python_version = "3.7"