diff options
| author | Cody Logan <clpo13@gmail.com> | 2020-01-03 13:07:40 -0800 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2020-01-03 13:08:19 -0800 |
| commit | 00d00b37c973281ff2677d99a3d612ac87b11931 (patch) | |
| tree | 21375bda6e1579a6b5816e8d92173468b7ea3302 /setup.py | |
| parent | 46a6289863f5e8fba8df9848ed2e61c5eefa62f0 (diff) | |
| download | wikiget-0.4.1.tar.gz wikiget-0.4.1.zip | |
No longer need futurev0.4.1
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -64,8 +64,7 @@ setup( 'Topic :: Utilities', ], python_requires='>=3.5', - install_requires=['future', 'mwclient>=0.10.0', 'pytest-runner', - 'requests', 'tqdm'], + install_requires=['mwclient>=0.10.0', 'pytest-runner', 'requests', 'tqdm'], tests_require=['pytest'], project_urls={ 'Bug Reports': 'https://github.com/clpo13/wikiget/issues', |
