Skip to content

Commit

Permalink
Merge pull request #122 from hibare/dev
Browse files Browse the repository at this point in the history
Bump deps + Add dev deps
  • Loading branch information
hibare authored Dec 14, 2021
2 parents 39465a8 + 44e285e commit 91ee72d
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 10 deletions.
2 changes: 2 additions & 0 deletions backend/dev-requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
autopep8
pip-tools
28 changes: 28 additions & 0 deletions backend/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile dev-requirements.in
#
--trusted-host pypi.org

autopep8==1.6.0
# via -r dev-requirements.in
click==8.0.3
# via pip-tools
pep517==0.12.0
# via pip-tools
pip-tools==6.4.0
# via -r dev-requirements.in
pycodestyle==2.8.0
# via autopep8
toml==0.10.2
# via autopep8
tomli==2.0.0
# via pep517
wheel==0.37.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
8 changes: 5 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile requirements.in
# pip-compile
#
--trusted-host pypi.org

Expand Down Expand Up @@ -33,7 +33,7 @@ django-filter==21.1
# via -r requirements.in
django-model-utils==4.2.0
# via -r requirements.in
djangorestframework==3.12.4
djangorestframework==3.13.0
# via
# -r requirements.in
# djangorestframework-simplejwt
Expand All @@ -54,7 +54,9 @@ pyjwt==2.3.0
python-decouple==3.5
# via -r requirements.in
pytz==2021.3
# via apscheduler
# via
# apscheduler
# djangorestframework
pytz-deprecation-shim==0.1.0.post0
# via tzlocal
pyyaml==6.0
Expand Down
7 changes: 0 additions & 7 deletions frontend/src/components/notifiers/Notifiers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,4 @@
export default {
name: "Notifiers",
};
/*
"""
curl --request GET --url 'http://127.0.0.1:5000/api/v1/notifiers/?type=telegram' --header 'X-Access-Token: JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjM1MDczNzE5LCJqdGkiOiI4YTY5NDE5OWU2NDI0MjVkYjNhYzFlMjlkOWJmZjMwZSIsInVzZXJfaWQiOjF9.9Pz28lvFbUdeQN_oG-1HjQoRmz7OCCb6WUa1_31M6TU'
[{"uuid":"3507137f-9628-4439-bcf9-c3465f0b0528","created":"2021-10-24T09:23:50.852138Z","updated":"2021-10-24T09:23:50.852157Z","url":"https://api.telegram.org/bot1906444821:AAG2fPhNLOYCsqTt2e2tS731l_166HfCOQk/sendMessage?chat_id=-1001583022725","type":"telegram","description":"teltgra,"}]
"""
*/
</script>

0 comments on commit 91ee72d

Please sign in to comment.