Skip to content

Commit

Permalink
Add sqlalchemy as a dependency ( #8 )
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerVoigt committed Jul 7, 2021
1 parent a408764 commit 5028085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ compatibility>=1.0.0
jinja2>=3.0.1
lxml>=4.6.3
pybtex>=0.24.0
sqlalchemy>=1.4.20
tqdm>=4.61.2
userprovided>=0.9.1
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"jinja2>=3.0.1",
"lxml>=4.6.3",
"pybtex>=0.24.0",
"sqlalchemy>=1.4.20",
"tqdm>=4.61.2",
"userprovided>=0.9.1"],
classifiers=[
Expand Down

0 comments on commit 5028085

Please sign in to comment.