Skip to content

Commit

Permalink
Remove old requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Sep 1, 2024
1 parent 15bfe90 commit 4fa271e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 118 deletions.
5 changes: 0 additions & 5 deletions requirements.in

This file was deleted.

44 changes: 0 additions & 44 deletions requirements.txt

This file was deleted.

3 changes: 0 additions & 3 deletions script/compile-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@ set -euo pipefail

cd $(dirname $0)/..

echo "Compiling main requirements"
pip-compile --quiet "$@"

echo "Compiling development requirements"
pip-compile --quiet script/requirements.in "$@"
3 changes: 0 additions & 3 deletions script/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Runtime requirements
-r ../requirements.txt

# Linting
flake8
flake8-builtins
Expand Down
63 changes: 0 additions & 63 deletions script/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,10 @@
#
# pip-compile script/requirements.in
#
aiohappyeyeballs==2.3.4
# via
# -r script/../requirements.txt
# aiohttp
aiohttp==3.10.1
# via
# -r script/../requirements.txt
# discord-py
aiosignal==1.3.1
# via
# -r script/../requirements.txt
# aiohttp
async-timeout==4.0.3
# via
# -r script/../requirements.txt
# aiohttp
attrs==24.1.0
# via
# -r script/../requirements.txt
# aiohttp
beautifulsoup4==4.12.3
# via -r script/../requirements.txt
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
discord-py==2.4.0
# via -r script/../requirements.txt
feedparser==6.0.11
# via -r script/../requirements.txt
flake8==6.1.0
# via
# -r script/requirements.in
Expand All @@ -56,28 +30,12 @@ flake8-isort==6.1.0
# via -r script/requirements.in
flake8-mutable==1.2.0
# via -r script/requirements.in
flake8-todo==0.7
# via -r script/requirements.in
flake8-tuple==0.4.1
# via -r script/requirements.in
frozenlist==1.4.1
# via
# -r script/../requirements.txt
# aiohttp
# aiosignal
idna==3.7
# via
# -r script/../requirements.txt
# yarl
isort==5.12.0
# via flake8-isort
mccabe==0.7.0
# via flake8
multidict==6.0.5
# via
# -r script/../requirements.txt
# aiohttp
# yarl
mypy==1.5.1
# via -r script/requirements.in
mypy-extensions==1.0.0
Expand All @@ -90,43 +48,22 @@ pycodestyle==2.11.0
# via
# flake8
# flake8-debugger
# flake8-todo
pyflakes==3.1.0
# via flake8
pyproject-hooks==1.0.0
# via build
python-dotenv==1.0.1
# via -r script/../requirements.txt
sgmllib3k==1.0.0
# via
# -r script/../requirements.txt
# feedparser
six==1.16.0
# via flake8-tuple
soupsieve==2.5
# via
# -r script/../requirements.txt
# beautifulsoup4
tomli==2.0.1
# via
# build
# mypy
# pip-tools
# pyproject-hooks
types-beautifulsoup4==4.12.0.20240511
# via -r script/../requirements.txt
types-html5lib==1.1.11.20240806
# via
# -r script/../requirements.txt
# types-beautifulsoup4
typing-extensions==4.7.1
# via mypy
wheel==0.41.2
# via pip-tools
yarl==1.9.4
# via
# -r script/../requirements.txt
# aiohttp

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

0 comments on commit 4fa271e

Please sign in to comment.