diff options
Diffstat (limited to 'requirements/local.txt')
-rw-r--r-- | requirements/local.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements/local.txt b/requirements/local.txt index fba9818..30d4a06 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -5,7 +5,8 @@ psycopg2-binary # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ -pytest # https://github.com/pytest-dev/pytest +pytest==3.4.2 # https://github.com/pytest-dev/pytest +selenium==3.141.0 # Code quality # ------------------------------------------------------------------------------ |