mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Fixed requirements
This commit is contained in:
parent
dbe9158651
commit
bcfcfc6f4e
2 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
SQLAlchemy>=1.4.36
|
||||
PyYAML>=6.0
|
||||
|
||||
|
|
3
setup.py
3
setup.py
|
@ -6,7 +6,8 @@ from setuptools import setup
|
|||
from slpkg.version import Version
|
||||
|
||||
|
||||
install_requires = ['SQLAlchemy>=1.4.36']
|
||||
install_requires = ['SQLAlchemy>=1.4.36',
|
||||
'PyYAML>=6.0']
|
||||
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Reference in a new issue