Skip to content

Commit

Permalink
Update requirements, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Avanov committed Mar 18, 2019
1 parent 55fa49a commit 4ceb958
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ Test framework
Run existing test suite with

.. code::
(solo) $ docker-compose up -d
(solo) $ docker-compose -f env/dev/docker-compose.yml up -d
(solo) $ py.test
File renamed without changes.
21 changes: 11 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
aiohttp==3.5.1
aiohttp==3.5.4
aiohttp_session[aioredis]==2.7.0
aiopg==0.15.0
hiredis==0.3.1
aiopg==0.16.0
hiredis==1.0.0
aioredis==1.2.0
psycopg2==2.7.6.1
sqlalchemy==1.2.15
alembic==1.0.5
pyyaml==3.13
psycopg2==2.7.7
sqlalchemy==1.3.1
alembic==1.0.8
pyyaml>=5.1,<6.0
ramlfications==0.1.9
venusian==1.1.0
uvloop==0.11.3
venusian==1.2.0
uvloop>=0.12.1,<0.13.0
# for the parser
inflection==0.3.1
typeit==0.7.0
typeit==0.8.0
routes==2.4.1
4 changes: 2 additions & 2 deletions requirements_local.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Sphinx==1.8.3
Sphinx>=1.8.5,<1.9
invoke==1.2.0
wheel==0.32.3
wheel>=0.33.1,<0.34
piprot==0.9.10
8 changes: 4 additions & 4 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==4.0.2
pytest>=4.3.1,<4.4
pytest-aiohttp==0.3.0
coverage==4.5.2
pytest-cov==2.6.0
mypy==0.650
coverage>=4.5.3,<4.6
pytest-cov==2.6.1
mypy==0.670

0 comments on commit 4ceb958

Please sign in to comment.