update setup
This commit is contained in:
parent
ba1090a91d
commit
88d3a2475d
69
setup.py
69
setup.py
@ -2,34 +2,47 @@ from setuptools import setup
|
|||||||
|
|
||||||
|
|
||||||
def gen_from_file():
|
def gen_from_file():
|
||||||
return ['backcall==0.1.0',
|
return [
|
||||||
'dateparser==0.7.2',
|
'backcall==0.1.0',
|
||||||
'decorator==4.4.0',
|
'chardet==3.0.4',
|
||||||
'freezegun==0.3.12',
|
'Click==7.0',
|
||||||
'fuzzywuzzy==0.17.0',
|
'dateparser==0.7.2',
|
||||||
'geographiclib==1.49',
|
'DateTimeRange==0.6.1',
|
||||||
'geopy==1.20.0',
|
'decorator==4.4.1',
|
||||||
'importlib-resources==1.0.2',
|
'Flask==1.1.1',
|
||||||
'ipython==7.8.0',
|
'freezegun==0.3.14',
|
||||||
'ipython-genutils==0.2.0',
|
'fuzzywuzzy==0.17.0',
|
||||||
'jedi==0.15.1',
|
'geographiclib==1.50',
|
||||||
'numpy==1.17.2',
|
'geopy==1.21.0',
|
||||||
'parso==0.5.1',
|
'importlib-resources==1.0.2',
|
||||||
'pexpect==4.7.0',
|
'ipython==7.12.0',
|
||||||
'pickleshare==0.7.5',
|
'ipython-genutils==0.2.0',
|
||||||
'prompt-toolkit==2.0.9',
|
'isodate==0.6.0',
|
||||||
'ptyprocess==0.6.0',
|
'itsdangerous==1.1.0',
|
||||||
'Pygments==2.4.2',
|
'jedi==0.16.0',
|
||||||
'python-dateutil==2.8.1',
|
'Jinja2==2.11.1',
|
||||||
'python-Levenshtein==0.12.0',
|
'MarkupSafe==1.1.1',
|
||||||
'pytz==2019.3',
|
'mbstrdecoder==0.8.4',
|
||||||
'regex==2019.11.1',
|
'numpy==1.18.1',
|
||||||
'six==1.13.0',
|
'parso==0.6.1',
|
||||||
'timezonefinder==4.1.0',
|
'pexpect==4.8.0',
|
||||||
'traitlets==4.3.2',
|
'pickleshare==0.7.5',
|
||||||
'tzlocal==2.0.0',
|
'prompt-toolkit==3.0.3',
|
||||||
'wcwidth==0.1.7',
|
'ptyprocess==0.6.0',
|
||||||
'word2number==1.1']
|
'Pygments==2.5.2',
|
||||||
|
'python-dateutil==2.8.1',
|
||||||
|
'python-Levenshtein==0.12.0',
|
||||||
|
'pytz==2019.3',
|
||||||
|
'regex==2020.1.8',
|
||||||
|
'six==1.14.0',
|
||||||
|
'timezonefinder==4.2.0',
|
||||||
|
'traitlets==4.3.3',
|
||||||
|
'typepy==0.6.5',
|
||||||
|
'tzlocal==2.0.0',
|
||||||
|
'wcwidth==0.1.8',
|
||||||
|
'Werkzeug==1.0.0',
|
||||||
|
'word2number==1.1',
|
||||||
|
]
|
||||||
# with open("requirements.txt") as f:
|
# with open("requirements.txt") as f:
|
||||||
# return [line.strip() for line in f.readlines()]
|
# return [line.strip() for line in f.readlines()]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user