tacticalrmm/.devcontainer/requirements.txt

41 lines
913 B
Plaintext
Raw Normal View History

2021-01-02 05:05:37 +00:00
# To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file
2022-03-10 00:57:55 +00:00
asgiref==3.5.0
celery==5.2.6
2022-03-10 00:57:55 +00:00
channels==3.0.4
channels_redis==3.4.0
2022-03-10 00:57:55 +00:00
daphne==3.0.2
2022-04-20 01:58:53 +00:00
Django==4.0.4
2022-03-10 00:57:55 +00:00
django-cors-headers==3.11.0
django-ipware==4.0.2
django-rest-knox==4.2.0
djangorestframework==3.13.1
future==0.18.2
msgpack==1.0.3
nats-py==2.1.0
2022-03-10 00:57:55 +00:00
packaging==21.3
2022-04-20 01:58:53 +00:00
psycopg2-binary==2.9.3
2022-03-10 00:57:55 +00:00
pycryptodome==3.14.1
pyotp==2.6.0
pytz==2022.1
2022-03-10 00:57:55 +00:00
qrcode==7.3.1
redis==4.2.2
2022-03-10 00:57:55 +00:00
requests==2.27.1
twilio==7.8.1
urllib3==1.26.9
2022-03-10 00:57:55 +00:00
validators==0.18.2
websockets==10.2
drf_spectacular==0.22.0
2022-04-12 20:18:31 +00:00
meshctrl==0.1.15
2022-04-09 13:04:56 +00:00
hiredis==2.0.0
2022-03-10 00:57:55 +00:00
# dev
black==22.3.0
2022-03-10 00:57:55 +00:00
django-extensions==3.1.5
isort==5.10.1
mypy==0.942
types-pytz==2021.3.6
model-bakery==1.5.0
coverage==6.3.2
django-silk==4.3.0
django-stubs==1.10.1
djangorestframework-stubs==1.5.0