1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Requires python-attrs >= 18.2.0 (#255)

See issue #159
This commit is contained in:
Sérgio Basto 2022-05-14 01:31:38 +01:00 committed by GitHub
parent 72ee1c6aaf
commit 7427190dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ kw = {
'author_email': 'skomoroh@gmail.com',
'description': 'a Python solitaire game collection',
'install_requires': [
'attrs',
'attrs>=18.2.0',
'configobj',
'pycotap',
'pysol_cards',