Skip to content

Commit

Permalink
freeze all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Martino committed Mar 27, 2019
1 parent 12dcae4 commit 15d7947
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
click==7.0
prometheus_client==0.5.0
Click==7.0
prometheus-client==0.5.0
redis==3.2.0
5 changes: 5 additions & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
-r base.txt
amqp==2.4.2
billiard==3.5.0.5
celery==4.2.1
kombu==4.4.0
pytz==2018.9
vine==1.3.0
18 changes: 15 additions & 3 deletions requirements/requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
-r base.txt
pylint
pytest
coverage
astroid==2.2.5
atomicwrites==1.3.0
attrs==19.1.0
coverage==4.5.3
isort==4.3.16
lazy-object-proxy==1.3.1
mccabe==0.6.1
more-itertools==6.0.0
pluggy==0.9.0
py==1.8.0
pylint==2.3.1
pytest==4.3.1
six==1.12.0
typed-ast==1.3.1
wrapt==1.11.1

0 comments on commit 15d7947

Please sign in to comment.