-
Notifications
You must be signed in to change notification settings - Fork 8
/
initial.requirements.txt
81 lines (76 loc) · 1.43 KB
/
initial.requirements.txt
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Old requirements, to use for checking backward compatibility: versions below
# the ones listed below are not compatible and were never meant to be
# This was the initial requirements.txt
# certifi==2017.7.27.1
# chardet==3.0.4
# click==6.7
# cycler==0.10.0
# decorator==4.1.2
# Flask==0.12.3
# future==0.16.0
# futures==3.1.1
# idna==2.6
# itsdangerous==0.24
# Jinja2==2.9.6
# lxml==4.0.0
# MarkupSafe==1.0
# matplotlib==2.0.2
# numpy==1.13.1
# obspy==1.0.3
# pandas==0.20.3
# psutil==5.3.1
# psycopg2==2.7.3.1
# pyparsing==2.2.0
# python-dateutil==2.6.1
# pytz==2017.2
# PyYAML==3.12
# requests==2.18.4
# scipy==0.19.1
# six==1.11.0
# SQLAlchemy==1.1.14
# urllib3==1.22
# Werkzeug==0.12.2
# requirements.dev.txt:
# astroid==1.5.3
# certifi==2017.7.27.1
# chardet==3.0.4
# click==6.7
# coverage==4.4.1
# cycler==0.10.0
# decorator==4.1.2
# Flask==0.12.3
# future==0.16.0
# futures==3.1.1
# idna==2.6
# isort==4.2.15
# itsdangerous==0.24
# Jinja2==2.9.6
# lazy-object-proxy==1.3.1
# lxml==4.0.0
# MarkupSafe==1.0
# matplotlib==2.0.2
# mccabe==0.6.1
# mock==2.0.0
# numpy==1.13.1
# obspy==1.0.3
# pandas==0.20.3
# pbr==3.1.1
# pep8==1.7.0
# psutil==5.3.1
# psycopg2==2.7.3.1
# py==1.4.34
# pylint==1.7.2
# pyparsing==2.2.0
# pytest==3.2.2
# pytest-cov==2.5.1
# pytest-mock==1.6.3
# python-dateutil==2.6.1
# pytz==2017.2
# PyYAML==3.12
# requests==2.20.0
# scipy==0.19.1
# six==1.11.0
# SQLAlchemy==1.1.14
# urllib3==1.22
# Werkzeug==0.12.2
# wrapt==1.10.11