Skip to content

Commit

Permalink
Housekeeping changes
Browse files Browse the repository at this point in the history
Added requirements.txt and comments about readme
  • Loading branch information
cactusbranch01 committed Mar 25, 2024
1 parent f35269d commit bdde429
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Recreates merges on selection of algorithms with a selection of commits.
See readme for details on shell scripts to run these methods.
"""

import sys
Expand Down
1 change: 1 addition & 0 deletions src/python/diff3_analysis.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Runs a merge and uses diff3 to compare it to the base and final branch of a given repo.
See readme for details on shell scripts to run these methods.
"""

import sys
Expand Down
9 changes: 9 additions & 0 deletions src/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
fasteners==0.14.1
lxml==5.1.0
matplotlib==3.8.3
numpy==1.26.4
pandas==2.2.1
prettytable==3.10.0
psutil==5.9.8
seaborn==0.13.2
tqdm==4.66.2

0 comments on commit bdde429

Please sign in to comment.