Skip to content

Commit

Permalink
build: i tired
Browse files Browse the repository at this point in the history
  • Loading branch information
Damego committed Feb 4, 2023
1 parent 9e2761c commit a882f62
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp
attrs
cattrs
orjson
tomli
aiohttp==3.8.3
attrs==22.2.0
cattrs==22.2.0
orjson==3.8.5
tomli==2.0.1
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ def get_requirements(filename: str) -> list[str]:
description=pyproject["tool"]["poetry"]["description"],
extras_require=extra_requirements,
include_package_data=True,
install_requires=get_requirements("requirements.txt"),
install_requires=[
"aiohttp==3.8.3",
"attrs==22.2.0",
"cattrs==22.2.0",
"orjson==3.8.5",
"tomli==2.0.1",
],
license="GPL-3.0 License",
long_description_content_type="text/markdown",
long_description=get_long_description(),
Expand Down

0 comments on commit a882f62

Please sign in to comment.