requirements
This commit is contained in:
parent
f9eac109c2
commit
790ce7b287
4
.gitignore
vendored
4
.gitignore
vendored
@ -100,3 +100,7 @@ ENV/
|
|||||||
|
|
||||||
# mypy
|
# mypy
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
|
|
||||||
|
debug/
|
||||||
|
log/
|
||||||
|
docs/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
pip==18.1
|
pip==19.1.1
|
||||||
bumpversion==0.5.3
|
bumpversion==0.5.3
|
||||||
wheel==0.32.1
|
wheel==0.32.1
|
||||||
watchdog==0.9.0
|
watchdog==0.9.0
|
||||||
|
7
setup.py
7
setup.py
@ -11,7 +11,7 @@ with open('README.rst') as readme_file:
|
|||||||
with open('HISTORY.rst') as history_file:
|
with open('HISTORY.rst') as history_file:
|
||||||
history = history_file.read()
|
history = history_file.read()
|
||||||
|
|
||||||
requirements = ['Click>=6.0', ]
|
requirements = ['Click>=6.0', 'pytz==2018.9', 'requests==2.21.0', 'python-slugify==2.0.1']
|
||||||
|
|
||||||
setup_requirements = [ ]
|
setup_requirements = [ ]
|
||||||
|
|
||||||
@ -25,12 +25,7 @@ setup(
|
|||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
"Programming Language :: Python :: 2",
|
|
||||||
'Programming Language :: Python :: 2.7',
|
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.4',
|
|
||||||
'Programming Language :: Python :: 3.5',
|
|
||||||
'Programming Language :: Python :: 3.6',
|
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
],
|
],
|
||||||
description="Python package for eRepublik automated playing",
|
description="Python package for eRepublik automated playing",
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
import unittest
|
import unittest
|
||||||
from click.testing import CliRunner
|
from click.testing import CliRunner
|
||||||
|
|
||||||
from erepublik_script import erepublik_script
|
from erepublik_script import Citizen
|
||||||
from erepublik_script import cli
|
from erepublik_script import cli
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user