Install_Requires modifications, added requirements.txt
This commit is contained in:
parent
efc78dce7b
commit
aa2664ac17
18
requirements.txt
Normal file
18
requirements.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
astroid==2.8.0
|
||||||
|
asyncpg==0.24.0
|
||||||
|
build==0.7.0
|
||||||
|
greenlet==1.1.2
|
||||||
|
isort==5.9.3
|
||||||
|
lazy-object-proxy==1.6.0
|
||||||
|
mccabe==0.6.1
|
||||||
|
packaging==21.0
|
||||||
|
pep517==0.11.0
|
||||||
|
platformdirs==2.4.0
|
||||||
|
psycopg2==2.9.1
|
||||||
|
pylint==2.11.1
|
||||||
|
pyparsing==2.4.7
|
||||||
|
SQLAlchemy==1.4.25
|
||||||
|
toml==0.10.2
|
||||||
|
tomli==1.2.1
|
||||||
|
typing-extensions==3.10.0.2
|
||||||
|
wrapt==1.12.1
|
4
setup.py
4
setup.py
@ -13,7 +13,9 @@ setup(
|
|||||||
version=version,
|
version=version,
|
||||||
packages=["asyncdb"],
|
packages=["asyncdb"],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'sqlalchemy>=1.4'
|
'sqlalchemy',
|
||||||
|
'asyncpg',
|
||||||
|
'psycopg2'
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
Loading…
Reference in New Issue
Block a user