Skip to content

Commit

Permalink
update requirements for ldfparser
Browse files Browse the repository at this point in the history
  • Loading branch information
ebroecker committed Jan 23, 2021
1 parent c0010cf commit 70cf576
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.test.py2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ xlrd==1.2.0
click==7.0
lxml==4.6.2
enum34==1.1.10
ldfparser
1 change: 1 addition & 0 deletions requirements.test.py3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ lxml==4.6.2
click==7.0
xlsxwriter==1.2.8
pyaml==20.4.0
ldfparser
3 changes: 2 additions & 1 deletion requirements.tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ typing==3.6.6; python_version < '3.5'
virtualenv==16.4.1
click==7.0
enum34==1.1.10; python_version <= '2.7'
xlrd==1.2.0
xlrd==1.2.0
ldfparser
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ xlsxwriter
pyyaml
future
attrs>=18.1.0
ldfparser
typing; python_version < '3.5'
pathlib2
enum34; python_version <= '2.7'

0 comments on commit 70cf576

Please sign in to comment.