python-automat: Update to 20.2.0, refresh patches

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2020-02-24 04:41:16 +08:00
parent 9c64725f3f
commit 9a049b6ece
4 changed files with 5 additions and 5 deletions

View File

@@ -26,5 +26,5 @@
- 'm2r',
- ],
install_requires=[
"attrs>=16.1.0",
"attrs>=19.2.0",
"six",

View File

@@ -1,7 +1,7 @@
--- a/setup.py
+++ b/setup.py
@@ -27,15 +27,6 @@ setup(
"attrs>=16.1.0",
"attrs>=19.2.0",
"six",
],
- extras_require={

View File

@@ -8,7 +8,7 @@
+ packages=find_packages(exclude=["*._test", "*._test.*"]),
package_dir={'automat': 'automat'},
install_requires=[
"attrs>=16.1.0",
"attrs>=19.2.0",
@@ -30,6 +30,7 @@ setup(
author='Glyph',
author_email='glyph@twistedmatrix.com',