-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
123 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# cd ~/src/omnibot && run-piptools | ||
# | ||
|
||
pip==19.2 | ||
# via -r /code/piptools/bootstrap_ins/requirements.in | ||
setuptools==59.6.0 | ||
# via -r /code/piptools/bootstrap_ins/requirements.in |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,121 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=./requirements3.txt ./requirements.in | ||
# cd ~/src/omnibot && run-piptools | ||
# | ||
attrs==21.2.0 # via pytest | ||
blinker==1.4 # via -r requirements.in | ||
boto3==1.4.5 # via -r requirements.in | ||
botocore==1.5.95 # via boto3, s3transfer | ||
certifi==2022.12.7 # via requests | ||
chardet==3.0.4 # via requests | ||
click==7.0 # via flask | ||
coverage==5.5 # via pytest-cov | ||
docutils==0.15.2 # via botocore | ||
flask-script==2.0.5 # via -r requirements.in | ||
flask==1.1.1 # via -r requirements.in, flask-script | ||
gevent==21.1.2 # via -r requirements.in | ||
greenlet==1.1.0 # via -r requirements.in, gevent | ||
gunicorn==19.9.0 # via -r requirements.in | ||
idna==2.8 # via requests | ||
importlib-metadata==4.0.1 # via pluggy, pytest | ||
iniconfig==1.1.1 # via pytest | ||
itsdangerous==1.1.0 # via flask | ||
jinja2==2.11.3 # via flask | ||
jmespath==0.9.4 # via boto3, botocore | ||
markupsafe==1.1.1 # via jinja2 | ||
packaging==20.9 # via pytest | ||
pluggy==0.13.1 # via pytest | ||
psutil==5.6.6 # via rainbow-saddle | ||
py==1.10.0 # via pytest | ||
pyparsing==2.4.7 # via packaging | ||
pytest-cov==2.11.1 # via -r requirements.in | ||
pytest-mock==3.6.1 # via -r requirements.in | ||
pytest==6.2.4 # via -r requirements.in, pytest-cov, pytest-mock | ||
python-dateutil==2.8.0 # via botocore | ||
python-json-logger==0.1.11 # via -r requirements.in | ||
python-redis-lock==3.2.0 # via -r requirements.in | ||
pyyaml==5.4 # via -r requirements.in | ||
rainbow-saddle==0.4.0 # via -r requirements.in | ||
redis==2.10.6 # via -r requirements.in, python-redis-lock | ||
requests==2.22.0 # via slackclient | ||
s3transfer==0.1.13 # via boto3 | ||
six==1.12.0 # via python-dateutil, slackclient, websocket-client | ||
slackclient==1.0.7 # via -r requirements.in | ||
statsd==3.2.1 # via -r requirements.in | ||
toml==0.10.2 # via pytest | ||
typing-extensions==3.10.0.0 # via importlib-metadata | ||
urllib3==1.26.5 # via requests | ||
websocket-client==0.56.0 # via slackclient | ||
werkzeug==0.15.5 # via flask | ||
zipp==3.4.1 # via importlib-metadata | ||
zope.event==4.5.0 # via gevent | ||
zope.interface==5.4.0 # via gevent | ||
attrs==21.2.0 | ||
# via pytest | ||
blinker==1.4 | ||
# via -r requirements.in | ||
boto3==1.4.5 | ||
# via -r requirements.in | ||
botocore==1.5.95 | ||
# via | ||
# boto3 | ||
# s3transfer | ||
certifi==2022.12.7 | ||
# via requests | ||
chardet==3.0.4 | ||
# via requests | ||
click==7.0 | ||
# via flask | ||
coverage==5.5 | ||
# via pytest-cov | ||
docutils==0.15.2 | ||
# via botocore | ||
flask==1.1.1 | ||
# via | ||
# -r requirements.in | ||
# flask-script | ||
flask-script==2.0.5 | ||
# via -r requirements.in | ||
gevent==21.1.2 | ||
# via -r requirements.in | ||
greenlet==1.1.0 | ||
# via | ||
# -r requirements.in | ||
# gevent | ||
gunicorn==19.9.0 | ||
# via -r requirements.in | ||
idna==2.8 | ||
# via requests | ||
iniconfig==1.1.1 | ||
# via pytest | ||
itsdangerous==1.1.0 | ||
# via flask | ||
jinja2==2.11.3 | ||
# via flask | ||
jmespath==0.9.4 | ||
# via | ||
# boto3 | ||
# botocore | ||
markupsafe==1.1.1 | ||
# via jinja2 | ||
packaging==20.9 | ||
# via pytest | ||
pluggy==0.13.1 | ||
# via pytest | ||
psutil==5.6.6 | ||
# via rainbow-saddle | ||
py==1.10.0 | ||
# via pytest | ||
pyparsing==2.4.7 | ||
# via packaging | ||
pytest==6.2.4 | ||
# via | ||
# -r requirements.in | ||
# pytest-cov | ||
# pytest-mock | ||
pytest-cov==2.11.1 | ||
# via -r requirements.in | ||
pytest-mock==3.6.1 | ||
# via -r requirements.in | ||
python-dateutil==2.8.0 | ||
# via botocore | ||
python-json-logger==0.1.11 | ||
# via -r requirements.in | ||
python-redis-lock==3.2.0 | ||
# via -r requirements.in | ||
pyyaml==5.4 | ||
# via -r requirements.in | ||
rainbow-saddle==0.4.0 | ||
# via -r requirements.in | ||
redis==2.10.6 | ||
# via | ||
# -r requirements.in | ||
# python-redis-lock | ||
requests==2.22.0 | ||
# via slackclient | ||
s3transfer==0.1.13 | ||
# via boto3 | ||
six==1.12.0 | ||
# via | ||
# python-dateutil | ||
# slackclient | ||
# websocket-client | ||
slackclient==1.3.1 | ||
# via -r requirements.in | ||
statsd==3.2.1 | ||
# via -r requirements.in | ||
toml==0.10.2 | ||
# via pytest | ||
urllib3==1.25.11 | ||
# via requests | ||
websocket-client==0.54.0 | ||
# via slackclient | ||
werkzeug==0.15.5 | ||
# via flask | ||
zope-event==4.5.0 | ||
# via gevent | ||
zope-interface==5.4.0 | ||
# via gevent | ||
|
||
pip==19.2 # via -r piptools_requirements3.txt | ||
setuptools==59.6.0 # via -r piptools_requirements3.txt, gevent, zope.event, zope.interface | ||
pip==19.2 | ||
# via -r piptools_requirements.txt | ||
setuptools==59.6.0 | ||
# via | ||
# -r piptools_requirements.txt | ||
# gevent | ||
# zope-event | ||
# zope-interface |