Skip to content

Commit cf925b4

Browse files
author
Scott Sanderson
committed
MAINT: Use lockfiles for CI builds.
1 parent fbdb852 commit cf925b4

File tree

5 files changed

+135
-23
lines changed

5 files changed

+135
-23
lines changed

notebook5_constraints.txt

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,73 @@
1-
notebook<6
1+
alembic==1.3.2
2+
attrs==19.3.0
3+
backports-abc==0.5
4+
backports.shutil-get-terminal-size==1.0.0
5+
bleach==3.1.0
6+
certifi==2019.11.28
7+
cffi==1.13.2
8+
chardet==3.0.4
9+
Click==7.0
10+
configparser==4.0.2
11+
contextlib2==0.6.0.post1
12+
cryptography==2.8
13+
decorator==4.4.1
14+
defusedxml==0.6.0
15+
entrypoints==0.3
16+
enum34==1.1.6
17+
flake8==3.7.9
18+
funcsigs==1.0.2
19+
functools32==3.2.3.post2
20+
futures==3.3.0
21+
idna==2.8
22+
importlib-metadata==1.3.0
23+
ipaddress==1.0.23
24+
ipykernel==4.10.1
25+
ipython==5.8.0
26+
ipython-genutils==0.2.0
27+
Jinja2==2.10.3
28+
jsonschema==3.2.0
29+
jupyter-client==5.3.4
30+
jupyter-core==4.6.1
31+
Mako==1.1.0
32+
MarkupSafe==1.1.1
33+
mccabe==0.6.1
34+
mistune==0.8.4
35+
mock==3.0.5
36+
more-itertools==5.0.0
37+
nbconvert==5.6.1
38+
nbformat==4.4.0
39+
nose==1.3.7
40+
nose-ignore-docstring==0.2
41+
notebook==5.7.8
42+
pandocfilters==1.4.2
43+
pathlib2==2.3.5
44+
pexpect==4.7.0
45+
pickleshare==0.7.5
46+
prometheus-client==0.7.1
47+
prompt-toolkit==1.0.18
48+
psycopg2==2.8.4
49+
ptyprocess==0.6.0
50+
pycodestyle==2.5.0
51+
pycparser==2.19
52+
pyflakes==2.1.1
53+
Pygments==2.5.2
54+
pyrsistent==0.15.6
55+
python-dateutil==2.8.1
56+
python-editor==1.0.4
57+
pyzmq==18.1.1
58+
requests==2.22.0
59+
scandir==1.10.0
60+
Send2Trash==1.5.0
61+
simplegeneric==0.8.1
62+
singledispatch==3.4.0.3
63+
six==1.13.0
64+
SQLAlchemy==1.3.12
65+
terminado==0.8.3
66+
testpath==0.4.4
67+
tornado==5.1.1
68+
traitlets==4.3.3
69+
typing==3.7.4.1
70+
urllib3==1.25.7
71+
wcwidth==0.1.7
72+
webencodings==0.5.1
73+
zipp==0.6.0

notebook6_constraints.txt

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,62 @@
1-
notebook<7
1+
alembic==1.3.2
2+
attrs==19.3.0
3+
backcall==0.1.0
4+
bleach==3.1.0
5+
certifi==2019.11.28
6+
cffi==1.13.2
7+
chardet==3.0.4
8+
Click==7.0
9+
cryptography==2.8
10+
decorator==4.4.1
11+
defusedxml==0.6.0
12+
entrypoints==0.3
13+
flake8==3.7.9
14+
idna==2.8
15+
importlib-metadata==1.3.0
16+
ipykernel==5.1.3
17+
ipython==7.9.0
18+
ipython-genutils==0.2.0
19+
jedi==0.15.2
20+
Jinja2==2.10.3
21+
jsonschema==3.2.0
22+
jupyter-client==5.3.4
23+
jupyter-core==4.6.1
24+
Mako==1.1.0
25+
MarkupSafe==1.1.1
26+
mccabe==0.6.1
27+
mistune==0.8.4
28+
mock==3.0.5
29+
more-itertools==8.0.2
30+
nbconvert==5.6.1
31+
nbformat==4.4.0
32+
nose==1.3.7
33+
nose-ignore-docstring==0.2
34+
notebook==6.0.2
35+
pandocfilters==1.4.2
36+
parso==0.5.2
37+
pexpect==4.7.0
38+
pickleshare==0.7.5
39+
prometheus-client==0.7.1
40+
prompt-toolkit==2.0.10
41+
psycopg2==2.8.4
42+
ptyprocess==0.6.0
43+
pycodestyle==2.5.0
44+
pycparser==2.19
45+
pyflakes==2.1.1
46+
Pygments==2.5.2
47+
pyrsistent==0.15.6
48+
python-dateutil==2.8.1
49+
python-editor==1.0.4
50+
pyzmq==18.1.1
51+
requests==2.22.0
52+
Send2Trash==1.5.0
53+
six==1.13.0
54+
SQLAlchemy==1.3.12
55+
terminado==0.8.3
56+
testpath==0.4.4
57+
tornado==6.0.3
58+
traitlets==4.3.3
59+
urllib3==1.25.7
60+
wcwidth==0.1.7
61+
webencodings==0.5.1
62+
zipp==0.6.0

requirements.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

requirements_test.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ def read_requirements(basename):
1818

1919

2020
def main():
21-
reqs = read_requirements('requirements.txt')
22-
test_reqs = read_requirements('requirements_test.txt')
23-
2421
setup(
2522
name='pgcontents',
2623
version='0.6',

0 commit comments

Comments
 (0)