Skip to content

Commit

Permalink
Fixed some typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eerkunt committed Dec 30, 2022
1 parent f0805e9 commit 24925b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: ['3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down
22 changes: 11 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@


dependencies = [
'radish-bdd==0.13.1'
'gitpython==3.1.20'
'netaddr==0.8.0'
'colorful==0.5.4'
'filetype==1.1.0'
'junit-xml==1.9
'emoji==2.1.0'
'lxml==4.9.1'
'semver==2.13.0'
'IPython==7.16.1'
'orjson==3.6.0'
'radish-bdd==0.13.1',
'gitpython==3.1.20',
'netaddr==0.8.0',
'colorful==0.5.4',
'filetype==1.1.0',
'junit-xml==1.9',
'emoji==2.1.0',
'lxml==4.9.1',
'semver==2.13.0',
'IPython==7.16.1',
'orjson==3.6.0',
'diskcache==5.4.0'
]

Expand Down

0 comments on commit 24925b5

Please sign in to comment.