requirements
This commit is contained in:
parent
f9eac109c2
commit
790ce7b287
4
.gitignore
vendored
4
.gitignore
vendored
@ -100,3 +100,7 @@ ENV/
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
|
||||
debug/
|
||||
log/
|
||||
docs/
|
||||
|
@ -1,4 +1,4 @@
|
||||
pip==18.1
|
||||
pip==19.1.1
|
||||
bumpversion==0.5.3
|
||||
wheel==0.32.1
|
||||
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:
|
||||
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 = [ ]
|
||||
|
||||
@ -25,12 +25,7 @@ setup(
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Natural Language :: English',
|
||||
"Programming Language :: Python :: 2",
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
],
|
||||
description="Python package for eRepublik automated playing",
|
||||
|
@ -7,7 +7,7 @@
|
||||
import unittest
|
||||
from click.testing import CliRunner
|
||||
|
||||
from erepublik_script import erepublik_script
|
||||
from erepublik_script import Citizen
|
||||
from erepublik_script import cli
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user