Skip to content

Commit

Permalink
chore: virtual project for now
Browse files Browse the repository at this point in the history
easier to handle if its not planned to be packaged
  • Loading branch information
2mal3 committed Jul 15, 2024
1 parent 55a120d commit 40aed8a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ build-backend = "hatchling.build"

[tool.rye]
managed = true
virtual = true
dev-dependencies = []

[tool.hatch.metadata]
Expand Down
9 changes: 0 additions & 9 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# generate-hashes: false
# universal: false

-e file:.
aiohttp==3.9.5
# via discord-py
aiosignal==1.3.1
Expand All @@ -19,13 +18,11 @@ annotated-types==0.7.0
anyio==4.4.0
# via asyncer
asyncer==0.0.7
# via mc-server-control
asyncio-dgram==2.2.0
# via mcstatus
attrs==23.2.0
# via aiohttp
discord-py==2.4.0
# via mc-server-control
dnspython==2.6.1
# via mcstatus
frozenlist==1.4.1
Expand All @@ -35,22 +32,17 @@ idna==3.7
# via anyio
# via yarl
mcstatus==11.1.1
# via mc-server-control
multidict==6.0.5
# via aiohttp
# via yarl
pexpect==4.9.0
# via mc-server-control
ping3==4.0.8
# via mc-server-control
ptyprocess==0.7.0
# via pexpect
pydantic==2.8.2
# via mc-server-control
pydantic-core==2.20.1
# via pydantic
python-dotenv==1.0.1
# via mc-server-control
setuptools==70.3.0
# via asyncio-dgram
sniffio==1.3.1
Expand All @@ -59,6 +51,5 @@ typing-extensions==4.12.2
# via pydantic
# via pydantic-core
wakeonlan==3.1.0
# via mc-server-control
yarl==1.9.4
# via aiohttp
9 changes: 0 additions & 9 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# generate-hashes: false
# universal: false

-e file:.
aiohttp==3.9.5
# via discord-py
aiosignal==1.3.1
Expand All @@ -19,13 +18,11 @@ annotated-types==0.7.0
anyio==4.4.0
# via asyncer
asyncer==0.0.7
# via mc-server-control
asyncio-dgram==2.2.0
# via mcstatus
attrs==23.2.0
# via aiohttp
discord-py==2.4.0
# via mc-server-control
dnspython==2.6.1
# via mcstatus
frozenlist==1.4.1
Expand All @@ -35,22 +32,17 @@ idna==3.7
# via anyio
# via yarl
mcstatus==11.1.1
# via mc-server-control
multidict==6.0.5
# via aiohttp
# via yarl
pexpect==4.9.0
# via mc-server-control
ping3==4.0.8
# via mc-server-control
ptyprocess==0.7.0
# via pexpect
pydantic==2.8.2
# via mc-server-control
pydantic-core==2.20.1
# via pydantic
python-dotenv==1.0.1
# via mc-server-control
setuptools==70.3.0
# via asyncio-dgram
sniffio==1.3.1
Expand All @@ -59,6 +51,5 @@ typing-extensions==4.12.2
# via pydantic
# via pydantic-core
wakeonlan==3.1.0
# via mc-server-control
yarl==1.9.4
# via aiohttp

0 comments on commit 40aed8a

Please sign in to comment.