diff --git a/backend/dev-requirements.in b/backend/dev-requirements.in new file mode 100644 index 0000000..a3697ec --- /dev/null +++ b/backend/dev-requirements.in @@ -0,0 +1,2 @@ +autopep8 +pip-tools diff --git a/backend/dev-requirements.txt b/backend/dev-requirements.txt new file mode 100644 index 0000000..a67fcb7 --- /dev/null +++ b/backend/dev-requirements.txt @@ -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 diff --git a/backend/requirements.txt b/backend/requirements.txt index 208a50a..029bec4 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -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 @@ -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 @@ -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 diff --git a/frontend/src/components/notifiers/Notifiers.vue b/frontend/src/components/notifiers/Notifiers.vue index e910b84..74a6f33 100644 --- a/frontend/src/components/notifiers/Notifiers.vue +++ b/frontend/src/components/notifiers/Notifiers.vue @@ -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,"}] -""" -*/