Skip to content

Commit

Permalink
Merge pull request #72 from Ben1152000/release/1.0
Browse files Browse the repository at this point in the history
Release/1.0
  • Loading branch information
Ben1152000 authored Jul 2, 2023
2 parents b642099 + bdf8ed4 commit 4096357
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist
sootty.egg-info
.private
.vscode
.venv
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
lark==1.1.5
pyvcd==0.4.0
PyYAML==6.0
sootty==0.3
sortedcontainers==2.4.0
1 change: 1 addition & 0 deletions scripts/install
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /bin/bash

python3 -m pip install .
if [ ! -d "$HOME/.config/sootty/save" ]
then
Expand Down
4 changes: 3 additions & 1 deletion scripts/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#! /bin/sh

python3 -m pip install .
python3 -m unittest discover
python3 -m unittest discover
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
install_requires=[
'lark>=1',
'pyvcd>=0.3',
'sortedcontainers>=2.4'
'sortedcontainers>=2.4',
'PyYAML>=6.0'
],
)

0 comments on commit 4096357

Please sign in to comment.