Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
GLEF1X committed Apr 26, 2021
1 parent bf86cf0 commit 3f0f7fa
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 9 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pytz==2021.1
aiofiles==0.6.0
aiohttp==3.7.3
aiohttp==3.7.4post0
async-timeout==3.0.1
pydantic==1.8.1
wheel==0.36.2
12 changes: 4 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

README = (PATH / "README.md").read_text()

REQUIREMENTS = (PATH / "docs/requirements.txt").read_text()

setuptools.setup(
packages=setuptools.find_packages(exclude=(
'tests', 'examples', 'examples.*')
Expand All @@ -27,16 +29,10 @@
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
],
install_requires=[
"pytz==2021.1",
"aiohttp==3.7.4.post0",
'aiofiles==0.6.0',
"pydantic==1.8.1",
"wheel",
],
install_requires=REQUIREMENTS,
python_requires=">=3.7",
)
70 changes: 70 additions & 0 deletions wheel
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
aiofiles==0.6.0
aiogram==2.12.1
aiohttp==3.7.4.post0
aiohttp-devtools==0.13.1
aiohttp-jinja2==1.4.2
aioqiwi==1.1.5
alabaster==0.7.12
async-timeout==3.0.1
attrs==20.3.0
Babel==2.9.0
bleach==3.3.0
cchardet==2.1.7
certifi==2020.12.5
cffi==1.14.5
chardet==3.0.4
click==7.1.2
colorama==0.4.4
cryptography==3.4.7
devtools==0.6.1
docutils==0.16
flake8==3.9.1
geographiclib==1.50
geopy==2.1.0
idna==2.10
imagesize==1.2.0
importlib-metadata==4.0.0
iniconfig==1.1.1
jeepney==0.6.0
Jinja2==2.11.3
keyring==23.0.1
MarkupSafe==1.1.1
mccabe==0.6.1
multidict==5.1.0
packaging==20.9
pkginfo==1.7.0
pluggy==0.13.1
py==1.10.0
pycodestyle==2.7.0
pycparser==2.20
pydantic==1.8.1
pyflakes==2.3.1
Pygments==2.8.1
pyparsing==2.4.7
pytest==6.2.3
pytz==2021.1
readme-renderer==29.0
requests==2.25.1
requests-toolbelt==0.9.1
rfc3986==1.4.0
SecretStorage==3.3.1
six==1.15.0
snowballstemmer==2.1.0
Sphinx==3.5.4
sphinx-rtd-theme==0.5.2
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
toml==0.10.2
tqdm==4.60.0
twine==3.4.1
typing-extensions==3.7.4.3
urllib3==1.26.4
uvloop==0.15.2
watchgod==0.7
webencodings==0.5.1
yarl==1.6.3
zipp==3.4.1

0 comments on commit 3f0f7fa

Please sign in to comment.