Skip to content

Commit 09e9759

Browse files
committed
requirements
1 parent 75b1828 commit 09e9759

File tree

2 files changed

+14
-82
lines changed

2 files changed

+14
-82
lines changed

redis_python_tutorial/data/zset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def sorted_set_values_demo(r):
6-
"""Create sorted set and change indexof values."""
6+
"""Create sorted set and change index of values."""
77
# Initialize sorted set with 3 values
88
r.zadd('top_songs_set', {'Never Change - Jay Z': 1,
99
'Rich Girl - Hall & Oats': 2,

requirements.txt

+13-81
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,13 @@
1-
appnope==0.1.0
2-
attrs==19.1.0
3-
autopep8==1.4.2
4-
backports-abc==0.5
5-
backports.shutil-get-terminal-size==1.0.0
6-
bleach==3.1.0
7-
certifi==2019.9.11
8-
chardet==3.0.4
9-
configparser==3.5.0
10-
coverage==4.5.4
11-
decorator==4.4.0
12-
defusedxml==0.5.0
13-
devstack-tools==0.4.0
14-
entrypoints==0.3
15-
enum34==1.1.6
16-
funcsigs==1.0.2
17-
functools32==3.2.3.post2
18-
future==0.17.1
19-
futures==3.2.0
20-
gitdb2==2.0.6
21-
GitPython==2.1.11
22-
idna==2.8
23-
ipaddress==1.0.22
24-
ipykernel==4.10.0
25-
ipython==5.8.0
26-
ipython-genutils==0.2.0
27-
jedi==0.13.1
28-
Jinja2==2.10.1
29-
jsonschema==3.0.1
30-
jupyter-client==5.2.4
31-
jupyter-core==4.4.0
32-
jupyterlab-git==0.5.0
33-
MarkupSafe==1.1.1
34-
mccabe==0.6.1
35-
mistune==0.8.4
36-
mock==2.0.0
37-
nbconvert==5.4.1
38-
nbformat==4.4.0
39-
nbresuse==0.3.1
40-
nose2==0.9.1
41-
notebook==5.7.8
42-
pandocfilters==1.4.2
43-
parso==0.3.1
44-
pathlib2==2.3.3
45-
pbr==5.4.4
46-
pexpect==4.7.0
47-
pickleshare==0.7.5
48-
pluggy==0.8.0
49-
prometheus-client==0.6.0
50-
prompt-toolkit==1.0.14
51-
psutil==5.6.1
52-
ptyprocess==0.6.0
53-
pycodestyle==2.4.0
54-
pydocstyle==3.0.0
55-
pyflakes==2.0.0
56-
Pygments==2.3.1
57-
pyrsistent==0.14.11
58-
python-dateutil==2.8.0
59-
python-jsonrpc-server==0.0.2
60-
python-language-server==0.21.2
61-
pyzmq==18.0.1
62-
regex==2019.11.1
63-
requests==2.22.0
64-
requests-toolbelt==0.9.1
65-
rope==0.11.0
66-
scandir==1.10.0
67-
Send2Trash==1.5.0
68-
simplegeneric==0.8.1
69-
singledispatch==3.4.0.3
70-
six==1.11.0
71-
smmap2==2.0.5
72-
snowballstemmer==1.2.1
73-
terminado==0.8.2
74-
testpath==0.4.2
75-
tornado==5.1.1
76-
traitlets==4.3.2
77-
urllib3==1.25.6
78-
wcwidth==0.1.7
79-
webencodings==0.5.1
80-
whaaaaat==0.5.2
81-
yapf==0.24.0
1+
atomicwrites==1.3.0
2+
attrs==19.3.0
3+
loguru==0.4.1
4+
more-itertools==8.2.0
5+
packaging==20.1
6+
pluggy==0.13.1
7+
py==1.8.1
8+
pyparsing==2.4.6
9+
pytest==4.6.9
10+
python-dotenv==0.10.5
11+
redis==3.4.1
12+
six==1.14.0
13+
wcwidth==0.1.8

0 commit comments

Comments
 (0)