28413c2da73fc18d8bae6a83b7aa4d110d26771a,setup.py,,,#,12

Before Change


from codecs import open
from os import path

here = path.abspath(path.dirname(__file__))

setup(
    name="atm",

After Change


with open("README.md") as readme_file:
    readme = readme_file.read()

with open("HISTORY.md") as history_file:
    history = history_file.read()

requirements = [
    "baytune==0.1.2",  // This one needs to be exact
    "boto>=2.48.0",
    "future>=0.16.0",
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 9

Instances


Project Name: HDI-Project/ATM
Commit Name: 28413c2da73fc18d8bae6a83b7aa4d110d26771a
Time: 2018-05-05
Author: c.sala.stq@gmail.com
File Name: setup.py
Class Name:
Method Name:


Project Name: erichson/ristretto
Commit Name: 704f1dfd25c2781df7851d57f6a2a84b42dab5e0
Time: 2018-05-12
Author: jknox13@uw.edu
File Name: setup.py
Class Name:
Method Name:


Project Name: HDI-Project/MLBlocks
Commit Name: 835b683b85ff0ff8d812fadf3dad2371cb09c020
Time: 2018-04-09
Author: williamxue@dhcp-18-111-53-173.dyn.mit.edu
File Name: setup.py
Class Name:
Method Name:


Project Name: analysiscenter/batchflow
Commit Name: 2ef72c22a4af0fc98c49a12a90201be68312a7e7
Time: 2017-11-17
Author: rhudor@gmail.com
File Name: setup.py
Class Name:
Method Name: