Initial commit
parents
Showing
DOC.md
0 → 100644
SECURITY.md
0 → 100644
bot/__init__.py
0 → 100644
File added
File added
File added
File added
File added
File added
bot/conf.py
0 → 100644
bot/handlers/__init__.py
0 → 100644
File added
File added
bot/handlers/chat.py
0 → 100644
bot/handlers/form_state.py
0 → 100644
bot/handlers/inline.py
0 → 100644
bot/handlers/operator_my.py
0 → 100644
bot/handlers/start.py
0 → 100644
bot/mail.py
0 → 100644
bot/main.py
0 → 100644
bot/operator_my.py
0 → 100644
bot/redmine/__init__.py
0 → 100644
File added
File added
bot/user.py
0 → 100644
env.sh
0 → 100755
redminelib
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
requirements.txt
0 → 100644
| aiogram==2.11.2 | |||
| aiohttp==3.7.4.post0 | |||
| async-timeout==3.0.1 | |||
| attrs==20.3.0 | |||
| Babel==2.9.0 | |||
| backcall==0.2.0 | |||
| certifi==2020.12.5 | |||
| chardet==4.0.0 | |||
| decorator==5.0.9 | |||
| deepdiff==5.2.3 | |||
| graphviz==0.16 | |||
| h11==0.12.0 | |||
| httpcore==0.12.3 | |||
| httpx==0.16.1 | |||
| idna==2.10 | |||
| ipdb==0.13.4 | |||
| ipython==7.25.0 | |||
| ipython-genutils==0.2.0 | |||
| jedi==0.18.0 | |||
| matplotlib-inline==0.1.2 | |||
| multidict==5.1.0 | |||
| objgraph==3.5.0 | |||
| parso==0.8.2 | |||
| pexpect==4.8.0 | |||
| pickleshare==0.7.5 | |||
| prompt-toolkit==3.0.19 | |||
| ptyprocess==0.7.0 | |||
| Pygments==2.9.0 | |||
| python-redmine==2.3.0 | |||
| pytz==2021.1 | |||
| requests==2.25.1 | |||
| rfc3986==1.4.0 | |||
| sniffio==1.2.0 | |||
| suds-jurko==0.6 | |||
| traitlets==5.0.5 | |||
| typing-extensions==3.7.4.3 | |||
| urllib3==1.26.5 | |||
| wcwidth==0.2.5 | |||
| yarl==1.6.3 | |||
| aiosmtplib | |||
| \ No newline at end of file |
run.py
0 → 100644
Please
register
or
sign in
to comment