#2 Remove asyncio from install_requires
Merged 5 years ago by ngompa. Opened 5 years ago by carlwgeorge.
GoSIG/ carlwgeorge/go2rpm asyncio_requires  into  master

file modified
-1
@@ -24,7 +24,6 @@ 

      install_requires=[

          # CLI tool

          "aiohttp",

-         "asyncio",

          "gitpython",

          "jinja2"

      ],

Asyncio is part of the standard library since Python 3.4. Listing it in install_requires will make go2rpm depend on the asyncio PyPI module, which is only intended for Python 3.3.

https://pypi.org/project/asyncio/

This version is only relevant for Python 3.3, which does not include asyncio in its stdlib.

Pull-Request has been merged by ngompa

5 years ago
Metadata