Files
@ 43d0202c6c60
Branch filter:
Location: C3L-NOC/spaceapi/requirements.txt - annotation
43d0202c6c60
854 B
text/plain
Add new views, that use BasicAuth instead of DigestAuth
Somehow the httpx library fails with DigestAuth, altough it officialy supports
it. We use it in the spaceapi matrix bot.
Somehow the httpx library fails with DigestAuth, altough it officialy supports
it. We use it in the spaceapi matrix bot.
3b479be37a73 3b479be37a73 935a6b927e50 3b479be37a73 935a6b927e50 3b479be37a73 935a6b927e50 152c56e9733a 3b479be37a73 152c56e9733a 3b479be37a73 3b479be37a73 3b479be37a73 3b479be37a73 3b479be37a73 935a6b927e50 3b479be37a73 935a6b927e50 935a6b927e50 152c56e9733a 935a6b927e50 935a6b927e50 152c56e9733a 3b479be37a73 152c56e9733a | #
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
#
decorator==4.2.1 # via mastodon.py
dominate==2.1.17 # via flask-bootstrap
flask-bootstrap==3.3.5.7
flask-httpauth==3.1.0
flask==0.10.1
itsdangerous==0.24 # via flask
jinja2==2.8 # via flask
jsonschema==2.5.1
markupsafe==0.23 # via jinja2
mastodon.py==1.2.2
oauthlib==1.0.3 # via requests-oauthlib
python-dateutil==2.7.2 # via mastodon.py
pytz==2018.3 # via mastodon.py
requests-oauthlib==0.6.1 # via tweepy
requests==2.9.1 # via mastodon.py, requests-oauthlib, tweepy
six==1.10.0 # via mastodon.py, python-dateutil, tweepy
tweepy==3.5.0
visitor==0.1.2 # via flask-bootstrap
werkzeug==0.11.4 # via flask
|