Skip to content

Commit

Permalink
Add pip freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
davafons committed Jan 27, 2024
1 parent bf90ef2 commit 38a8f0a
Showing 1 changed file with 51 additions and 28 deletions.
79 changes: 51 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,58 @@
-i https://pypi.org/simple
aiohttp==3.8.4 ; python_version >= '3.6'
aiosignal==1.3.1 ; python_version >= '3.7'
anilistpython==0.1.3
async-timeout==4.0.2 ; python_version >= '3.6'
attrs==23.1.0 ; python_version >= '3.7'
certifi==2023.5.7 ; python_version >= '3.6'
charset-normalizer==3.1.0 ; python_full_version >= '3.7.0'
contourpy==1.1.0 ; python_version >= '3.8'
cycler==0.11.0 ; python_version >= '3.6'
aiohttp==3.9.1
aiosignal==1.3.1
AnilistPython==0.1.3
astroid==2.15.5
async-timeout==4.0.3
attrs==23.2.0
black==23.3.0
certifi==2023.11.17
charset-normalizer==3.3.2
click==8.1.3
contourpy==1.2.0
cycler==0.12.1
dateparser==1.2.0
dill==0.3.6
discord.py==2.3.0
fonttools==4.40.0 ; python_version >= '3.8'
frozenlist==1.3.3 ; python_version >= '3.7'
idna==3.4 ; python_version >= '3.5'
iniconfig==2.0.0 ; python_version >= '3.7'
kiwisolver==1.4.4 ; python_version >= '3.7'
exceptiongroup==1.2.0
flake8==6.0.0
fonttools==4.47.2
frozenlist==1.4.1
idna==3.6
iniconfig==2.0.0
isort==5.12.0
kiwisolver==1.4.5
lazy-object-proxy==1.9.0
matplotlib==3.7.1
multidict==6.0.4 ; python_version >= '3.7'
numpy==1.25.0 ; python_version >= '3.9'
packaging==23.1 ; python_version >= '3.7'
mccabe==0.7.0
multidict==6.0.4
mypy==1.4.0
mypy-extensions==1.0.0
numpy==1.26.3
packaging==23.2
pandas==2.0.2
pillow==9.5.0 ; python_version >= '3.7'
pluggy==1.2.0 ; python_version >= '3.7'
pyparsing==3.1.0 ; python_full_version >= '3.6.8'
pytest==7.4.0 ; python_version >= '3.7'
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
parsedatetime==2.6
pathspec==0.11.1
pillow==10.2.0
platformdirs==3.8.0
pluggy==1.4.0
pycodestyle==2.10.0
pyflakes==3.0.1
pylint==2.17.4
pyparsing==3.1.1
pytest==7.4.4
python-dateutil==2.8.2
python-dotenv==1.0.0
pytz==2023.3
regex==2023.12.25
requests==2.31.0
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tzdata==2023.3 ; python_version >= '2'
urllib3==2.0.3 ; python_version >= '3.7'
six==1.16.0
tomli==2.0.1
tomlkit==0.11.8
typing_extensions==4.6.3
tzdata==2023.4
tzlocal==5.2
urllib3==2.1.0
vndb-thigh-highs==0.1.7
xlsxwriter==3.1.2
yarl==1.9.2 ; python_version >= '3.7'
wrapt==1.15.0
XlsxWriter==3.1.2
yarl==1.9.4

0 comments on commit 38a8f0a

Please sign in to comment.