-
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
9 changed files
with
168 additions
and
103 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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# 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 was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,118 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# cd ~/src/omnibot && run-piptools | ||
# | ||
attrs==23.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==2024.2.2 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==7.1.2 | ||
# via flask | ||
coverage==7.4.4 | ||
# via pytest-cov | ||
docutils==0.20.1 | ||
# via botocore | ||
flask==1.1.4 | ||
# via | ||
# -r requirements.in | ||
# flask-script | ||
flask-script==2.0.5 | ||
# via -r requirements.in | ||
gevent==23.7.0 | ||
# via -r requirements.in | ||
greenlet==2.0.2 | ||
# via | ||
# -r requirements.in | ||
# gevent | ||
gunicorn==19.10.0 | ||
# via -r requirements.in | ||
idna==3.6 | ||
# via requests | ||
iniconfig==2.0.0 | ||
# via pytest | ||
itsdangerous==1.1.0 | ||
# via flask | ||
jinja2==2.11.3.post1 | ||
# via flask | ||
jmespath==0.10.0 | ||
# via | ||
# boto3 | ||
# botocore | ||
markupsafe==2.0.1 | ||
# via jinja2 | ||
packaging==24.0 | ||
# via pytest | ||
pluggy==0.13.1 | ||
# via pytest | ||
psutil==5.9.8 | ||
# via rainbow-saddle | ||
py==1.11.0 | ||
# via pytest | ||
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.9.0.post0 | ||
# via botocore | ||
python-json-logger==0.1.11 | ||
# via -r requirements.in | ||
python-redis-lock==3.2.0 | ||
# via -r requirements.in | ||
pyyaml==6.0.1 | ||
# 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.31.0 | ||
# via slackclient | ||
s3transfer==0.1.13 | ||
# via boto3 | ||
six==1.16.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==2.2.1 | ||
# via requests | ||
websocket-client==0.54.0 | ||
# via slackclient | ||
werkzeug==1.0.1 | ||
# via flask | ||
zope-event==5.0 | ||
# via gevent | ||
zope-interface==6.2 | ||
# via gevent | ||
|
||
pip==19.2 | ||
# via -r piptools_requirements.txt | ||
setuptools==59.6.0 | ||
# via | ||
# -r piptools_requirements.txt | ||
# zope-event | ||
# zope-interface |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.