Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Update #2

Open
wants to merge 14 commits into
base: nonrel-1.5
Choose a base branch
from
12 changes: 6 additions & 6 deletions tests/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docutils
Markdown
numpy
PyYAML
pytz
selenium
docutils==0.12
Markdown==2.6.7
numpy==1.11.2
PyYAML==3.12
pytz==2016.7
selenium==3.0.1
2 changes: 1 addition & 1 deletion tests/requirements/mysql.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MySQL-python
MySQL-python==1.2.5
2 changes: 1 addition & 1 deletion tests/requirements/oracle.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cx_oracle
cx-oracle==5.2.1
2 changes: 1 addition & 1 deletion tests/requirements/postgres.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
psycopg2
psycopg2==2.6.2
8 changes: 4 additions & 4 deletions tests/requirements/py2.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r base.txt
PIL
py-bcrypt
python-memcached
Textile
PIL==1.1.6
py-bcrypt==0.4
python-memcached==1.58
Textile==2.3.5
2 changes: 1 addition & 1 deletion tests/requirements/py3.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r base.txt
python3-memcached
python3-memcached==1.51