Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reinitialize Piptools #257

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @Arborym @sebastiaan-daniels @woseek
* @danparizher @sebastiaan-daniels @woseek
16 changes: 16 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
aiohttp==3.8.5
beautifulsoup4==4.12.2
black==23.9.1
deepl==1.15.0
file-read-backwards==3.0.0
humanize==4.8.0
isort==5.12.0
pip-tools==7.3.0
pubchempy==1.0.4
py-cord==2.4.1
python-dotenv==1.0.0
python-Levenshtein==0.22.0 # part of thefuzz, imported to remove warning message
selenium==4.13.0
thefuzz==0.20.0
undetected-chromedriver==3.5.3
wikipedia==1.4.0
134 changes: 132 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,145 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
aiohttp==3.8.5
# via
# -r requirements.in
# py-cord
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
# via
# aiohttp
# outcome
# trio
beautifulsoup4==4.12.2
# via
# -r requirements.in
# wikipedia
black==23.9.1
# via -r requirements.in
build==1.0.3
# via pip-tools
certifi==2023.7.22
# via
# requests
# selenium
cffi==1.16.0
# via trio
charset-normalizer==3.3.0
# via
# aiohttp
# requests
click==8.1.7
# via
# black
# pip-tools
colorama==0.4.6
# via
# build
# click
deepl==1.15.0
# via -r requirements.in
file-read-backwards==3.0.0
# via -r requirements.in
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
h11==0.14.0
# via wsproto
humanize==4.8.0
# via -r requirements.in
idna==3.4
# via
# requests
# trio
# yarl
isort==5.12.0
# via -r requirements.in
levenshtein==0.22.0
# via python-levenshtein
multidict==6.0.4
# via
# aiohttp
# yarl
mypy-extensions==1.0.0
# via black
outcome==1.2.0
# via trio
packaging==23.1
# via
# black
# build
pathspec==0.11.2
# via black
pip-tools==7.3.0
# via -r requirements.in
platformdirs==3.10.0
# via black
pubchempy==1.0.4
# via -r requirements.in
py-cord==2.4.1
# via -r requirements.in
pycparser==2.21
# via cffi
pyproject-hooks==1.0.0
# via build
pysocks==1.7.1
# via urllib3
python-dotenv==1.0.0
python-Levenshtein==0.22.0 # part of thefuzz, imported to remove warning message
# via -r requirements.in
python-levenshtein==0.22.0
# via -r requirements.in
rapidfuzz==3.3.1
# via
# levenshtein
# thefuzz
requests==2.31.0
# via
# deepl
# undetected-chromedriver
# wikipedia
selenium==4.13.0
# via
# -r requirements.in
# undetected-chromedriver
sniffio==1.3.0
# via trio
sortedcontainers==2.4.0
# via trio
soupsieve==2.5
# via beautifulsoup4
thefuzz==0.20.0
# via -r requirements.in
trio==0.22.2
# via
# selenium
# trio-websocket
trio-websocket==0.11.1
# via selenium
undetected-chromedriver==3.5.3
wikipedia==1.4.0
# via -r requirements.in
urllib3[socks]==2.0.5
# via
# requests
# selenium
websockets==11.0.3
# via undetected-chromedriver
wheel==0.41.2
# via pip-tools
wikipedia==1.4.0
# via -r requirements.in
wsproto==1.2.0
# via trio-websocket
yarl==1.9.2
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools