Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Vesa committed Dec 17, 2020
1 parent a738d05 commit 9dbbee8
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,19 @@
keywords='GTFS transit exporter',
packages=find_packages(),
install_requires=[
"python"
"requests"
"polyline"
"PyGithub"
"docopt"
"environs"
"clint"
"ratelimit"
"pandas"
"dateutils"
"sqlalchemy"
"six"
"pyshp"
"pyqtree"
"requests",
"polyline",
"PyGithub",
"docopt",
"environs",
"clint",
"ratelimit",
"pandas",
"dateutils",
"sqlalchemy",
"six",
"pyshp",
"pyqtree",
],
extras_require={
'dev': ['check-manifest'],
Expand Down

0 comments on commit 9dbbee8

Please sign in to comment.