c8bbd32c1f0a53d1913a7c82aa24859b20019783,setup.py,,,#,7

Before Change


      license="MIT",
      platforms="any",
      packages=["osmnx"],
      install_requires=["requests>=2.11",
                        "numpy>=1.11",
                        "pandas>=0.19",
                        "geopandas>=0.2.1",
                        "networkx>=1.11",
                        "matplotlib>=2.0",
                        "Shapely>=1.5",
                        "descartes>=1.0",
                        "Rtree>=0.8.3"],
      extras_require={"folium":["folium>=0.2"]})

After Change



with open("requirements.txt") as f:
    tests_require = f.readlines()
install_requires = [t.strip() for t in tests_require]

// now call setup
setup(name="osmnx",
      version="0.5.1",
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 8

Instances


Project Name: gboeing/osmnx
Commit Name: c8bbd32c1f0a53d1913a7c82aa24859b20019783
Time: 2017-06-22
Author: ocefpaf@gmail.com
File Name: setup.py
Class Name:
Method Name:


Project Name: automl/SMAC3
Commit Name: 5eab9a1e2cf9bc3cf1c5da0c0002e3016c67b77b
Time: 2016-11-18
Author: feurerm@informatik.uni-freiburg.de
File Name: setup.py
Class Name:
Method Name:


Project Name: theislab/scanpy
Commit Name: 2765758171060d13058a1e36233a651e34299fc5
Time: 2017-04-30
Author: flying-sheep@web.de
File Name: setup.py
Class Name:
Method Name:


Project Name: bokeh/bokeh
Commit Name: 71cfda761b4301fccb63c6a0dfb02a79a1f9c88a
Time: 2016-08-16
Author: bryanv@continuum.io
File Name: sphinx/source/conf.py
Class Name:
Method Name: