tacticalrmm/.devcontainer/requirements.txt

47 lines
932 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
2021-02-13 19:40:18 +00:00
amqp==5.0.5
2021-01-02 05:05:37 +00:00
asgiref==3.3.1
asyncio-nats-client==0.11.4
billiard==3.6.3.0
2021-02-13 19:40:18 +00:00
celery==5.0.5
2021-01-02 05:05:37 +00:00
certifi==2020.12.5
2021-02-13 19:40:18 +00:00
cffi==1.14.5
chardet==4.0.0
2021-02-21 07:30:47 +00:00
cryptography==3.4.6
2021-01-02 05:05:37 +00:00
decorator==4.4.2
2021-02-21 07:30:47 +00:00
Django==3.1.7
2021-02-13 19:40:18 +00:00
django-cors-headers==3.7.0
2021-01-02 05:05:37 +00:00
django-rest-knox==4.1.0
djangorestframework==3.12.2
future==0.18.2
2021-02-13 19:40:18 +00:00
kombu==5.0.2
2021-01-02 05:05:37 +00:00
loguru==0.5.3
2021-02-13 19:40:18 +00:00
msgpack==1.0.2
packaging==20.8
2021-01-02 05:05:37 +00:00
psycopg2-binary==2.8.6
pycparser==2.20
2021-02-13 19:40:18 +00:00
pycryptodome==3.10.1
pyotp==2.6.0
2021-01-02 05:05:37 +00:00
pyparsing==2.4.7
2021-02-13 19:40:18 +00:00
pytz==2021.1
2021-01-02 05:05:37 +00:00
qrcode==6.1
redis==3.5.3
2021-02-13 19:40:18 +00:00
requests==2.25.1
2021-01-02 05:05:37 +00:00
six==1.15.0
sqlparse==0.4.1
2021-02-13 19:40:18 +00:00
twilio==6.52.0
urllib3==1.26.3
validators==0.18.2
vine==5.0.0
2021-01-02 05:05:37 +00:00
websockets==8.1
zipp==3.4.0
black
Werkzeug
django-extensions
coverage
coveralls
model_bakery
2021-02-13 19:40:18 +00:00
mkdocs
mkdocs-material
pymdown-extensions