Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
w00kie authored Sep 9, 2023
1 parent f544b9c commit e292294
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 43 deletions.
18 changes: 9 additions & 9 deletions hotasballs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --no-annotate
#
certifi==2022.6.15
charset-normalizer==2.0.12
idna==3.3
oauthlib==3.2.0
requests==2.28.0
certifi==2023.7.22
charset-normalizer==3.2.0
idna==3.4
oauthlib==3.2.2
requests==2.31.0
requests-oauthlib==1.3.1
tweepy==4.10.0
urllib3==1.26.9
tweepy==4.14.0
urllib3==2.0.4
75 changes: 41 additions & 34 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,89 +1,96 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile
#
astroid==2.11.6
astroid==2.15.6
# via pylint
autopep8==1.6.0
autopep8==2.0.4
# via -r requirements.in
certifi==2022.6.15
build==1.0.3
# via pip-tools
certifi==2023.7.22
# via requests
charset-normalizer==2.0.12
charset-normalizer==3.2.0
# via requests
click==7.1.2
click==8.1.7
# via pip-tools
colorama==0.4.5
colorama==0.4.6
# via green
coverage==6.4.1
coverage==6.5.0
# via
# coveralls
# green
coveralls==3.3.1
# via -r requirements.in
dill==0.3.5.1
dill==0.3.7
# via pylint
docopt==0.6.2
# via coveralls
green==3.4.2
green==3.4.3
# via -r requirements.in
idna==3.3
idna==3.4
# via requests
isort==5.10.1
isort==5.12.0
# via pylint
lazy-object-proxy==1.7.1
lazy-object-proxy==1.9.0
# via astroid
lxml==4.9.0
lxml==4.9.3
# via green
mccabe==0.7.0
# via pylint
oauthlib==3.2.0
oauthlib==3.2.2
# via
# requests-oauthlib
# tweepy
pep517==0.12.0
# via pip-tools
pip-tools==6.6.2
packaging==23.1
# via build
pip-tools==7.3.0
# via -r requirements.in
platformdirs==2.5.2
platformdirs==3.10.0
# via pylint
pycodestyle==2.8.0
pycodestyle==2.11.0
# via autopep8
pylint==2.14.3
pylint==2.17.5
# via -r requirements.in
python-dotenv==0.20.0
pyproject-hooks==1.0.0
# via build
python-dotenv==1.0.0
# via -r requirements.in
requests==2.28.0
requests==2.31.0
# via
# -r hotasballs/requirements.in
# coveralls
# requests-mock
# requests-oauthlib
# tweepy
requests-mock==1.9.3
requests-mock==1.11.0
# via -r requirements.in
requests-oauthlib==1.3.1
# via tweepy
six==1.16.0
# via requests-mock
toml==0.10.2
# via autopep8
tomli==2.0.1
# via
# pep517
# autopep8
# build
# pip-tools
# pylint
tomlkit==0.11.0
# pyproject-hooks
tomlkit==0.12.1
# via pylint
tweepy==4.10.0
tweepy==4.14.0
# via -r hotasballs/requirements.in
unidecode==1.3.4
typing-extensions==4.7.1
# via astroid
unidecode==1.3.6
# via green
urllib3==1.26.9
urllib3==2.0.4
# via requests
wheel==0.37.1
wheel==0.41.2
# via pip-tools
wrapt==1.14.1
wrapt==1.15.0
# via astroid

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit e292294

Please sign in to comment.