Skip to content

Commit 6ea67c8

Browse files
committed
Add redis to requirements; add dev-requirements.txt
1 parent c76e733 commit 6ea67c8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

dev-requirements.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
docutils==0.12
2+
flake8==2.3.0
3+
mccabe==0.3
4+
pep8==1.5.7
5+
pip-tools==0.3.5
6+
py==1.4.26
7+
pyflakes==0.8.1
8+
Pygments==2.0.1
9+
pytest==2.6.4
10+
Sphinx==1.2.3
11+
tox==1.8.1
12+
wheel==0.24.0
13+
-e git+https://github.com/nicolaiarocci/alabaster.git@15d190f29f86141aab202843f2bf3edfde71e56c#egg=al
14+
sphinxcontrib-embedly

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Flask-OAuthlib
22
Flask-PyMongo
33
bcrypt
44
pyOpenSSL
5+
redis

0 commit comments

Comments
 (0)