[build] Moving dependencies for scripts into a requirements.txt

This commit is contained in:
Al
2016-03-28 15:49:22 -04:00
parent 3cd32584c6
commit a1a4c5ff7c
2 changed files with 22 additions and 13 deletions

22
scripts/requirements.txt Normal file
View File

@@ -0,0 +1,22 @@
Fiona==1.6.3.post1
PyYAML==3.11
Rtree==0.8.2
Shapely==1.5.14
Unidecode==0.04.19
click==6.4
click-plugins==1.0.3
cligj==0.4.0
cssselect==0.9.1
geodata==0.1
lxml==3.6.0
marisa-trie==0.7.2
pycountry==1.20
pyproj==1.9.5.1
pystache==0.5.4
python-Levenshtein==0.12.0
python-geohash==0.8.5
requests==2.9.1
six==1.10.0
ujson==1.35
urlnorm==1.1.3
wsgiref==0.1.2

View File

@@ -11,19 +11,6 @@ def main():
setup(
name='geodata',
version='0.1',
install_requires=[
'fiona',
'lxml',
'marisa_trie',
'pycountry',
'pyproj',
'python-Levenshtein',
'requests',
'rtree',
'shapely',
'six',
'ujson',
],
packages=find_packages(),
ext_modules=[
Extension('geodata.text._tokenize',