Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Add new app for services infrastructure tracking
Browse files Browse the repository at this point in the history
- Resolve #87, #89, #90
  • Loading branch information
paveldedik authored and Martin Bajanik committed Jul 29, 2019
1 parent 2663065 commit 9fd46bb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ ipython-genutils==0.2.0 # via traitlets
ipython==7.6.1
jedi==0.14.0 # via ipython
jinja2==2.10.1 # via django-silk
kombu==4.6.3 # via celery
markdown==3.1.1
jmespath==0.9.4 # via boto3, botocore
kombu==4.5.0 # via celery
markdown==3.1
markupsafe==1.1.1 # via jinja2
msgpack-python==0.5.6 # via ddtrace
oauthlib==3.0.1 # via requests-oauthlib
Expand All @@ -62,8 +63,8 @@ pycodestyle==2.5.0 # via autopep8
pygithub==1.43.7
pygments==2.4.2 # via django-silk, ipython
pyjwt==1.7.1 # via pygithub
python-dateutil==2.8.0 # via arrow, django-silk
python-gitlab==1.9.0
python-dateutil==2.8.0 # via arrow, botocore, django-silk
python-gitlab==1.8.0
python3-openid==3.1.0 # via django-allauth
pytz==2019.1 # via celery, django, django-silk
pyyaml==5.1.1
Expand All @@ -79,7 +80,7 @@ six==1.12.0 # via django-extensions, dockerfile-parse, graphene, g
sqlparse==0.3.0 # via django, django-debug-toolbar, django-silk
structlog==19.1.0
traitlets==4.3.2 # via ipython
urllib3==1.25.3 # via requests
urllib3==1.24.3 # via botocore, requests
vine==1.3.0 # via amqp, celery
wcwidth==0.1.7 # via prompt-toolkit
whitenoise==4.1.2
Expand Down

0 comments on commit 9fd46bb

Please sign in to comment.