/ pytlib / Pipfile
Pipfile
 1  [[source]]
 2  name = "pypi"
 3  url = "https://pypi.org/simple"
 4  verify_ssl = true
 5  
 6  [dev-packages]
 7  
 8  [packages]
 9  bleach = "==2.1.1"
10  certifi = "==2017.7.27.1"
11  configparser = "==3.5.0"
12  decorator = "==4.1.2"
13  entrypoints = "==0.2.3"
14  enum34 = "==1.1.6"
15  funcsigs = "==1.0.2"
16  graphviz = "==0.8.1"
17  ipaddress = "==1.0.22"
18  ipdb = "==0.10.3"
19  ipykernel = "==4.6.1"
20  ipython = "==5.5.0"
21  ipywidgets = "==7.0.1"
22  jsonschema = "==2.6.0"
23  jupyter = "==1.0.0"
24  jupyter-client = "==5.2.0"
25  jupyter-core = "==4.4.0"
26  matplotlib = "==2.0.2"
27  mistune = "==0.7.4"
28  nbconvert = "==5.3.1"
29  nbformat = "==4.4.0"
30  networkx = "==2.1"
31  nose = "==1.3.7"
32  notebook = "==5.7.2"
33  numpy = "==1.14.3"
34  olefile = "==0.44"
35  opencv-python = "==3.4.5.20"
36  pandocfilters = "==1.4.2"
37  pathlib2 = "==2.3.0"
38  pexpect = "==4.2.1"
39  pickleshare = "==0.7.4"
40  ptyprocess = "==0.5.2"
41  pycocotools = "==2.0.0"
42  pyparsing = "==2.2.0"
43  python-dateutil = "==2.6.1"
44  python-interface = "==1.2.0"
45  pytz = "==2017.2"
46  pyzmq = "==17.0.0"
47  qtconsole = "==4.3.1"
48  scandir = "==1.10.0"
49  scikit-image = "==0.13.1"
50  scipy = "==0.19.1"
51  simplegeneric = "==0.8.1"
52  singledispatch = "==3.4.0.3"
53  six = "==1.11.0"
54  terminado = "==0.8.1"
55  testpath = "==0.3.1"
56  torch = "==1.2.0"
57  torchvision = "==0.4.0"
58  tornado = "==4.5.2"
59  traitlets = "==4.3.2"
60  typing = "==3.6.2"
61  ujson = "==1.35"
62  wcwidth = "==0.1.7"
63  webencodings = "==0.5.1"
64  widgetsnbextension = "==3.0.3"
65  backports_abc = "==0.5"
66  "backports.shutil_get_terminal_size" = "==1.0.0"
67  Cycler = "==0.10.0"
68  Cython = "==0.28.2"
69  EasyTkinter = "==1.1.0"
70  ipython_genutils = "==0.2.0"
71  Jinja2 = "==2.9.6"
72  jupyter_console = "==5.2.0"
73  MarkupSafe = "==1.0"
74  Pillow = "==5.1.0"
75  prometheus_client = "==0.5.0"
76  prompt_toolkit = "==1.0.15"
77  Pygments = "==2.2.0"
78  PyWavelets = "==0.5.2"
79  PyYAML = "==3.12"
80  Send2Trash = "==1.5.0"
81  "zope.event" = "==4.3.0"
82  "zope.interface" = "==4.4.3"
83  "zope.schema" = "==4.5.0"
84  future = "*"
85  
86  [requires]
87  python_version = "3.5"