-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for new sastadev package (#9)
* testing new sastadev package version * wrong requirements.txt format * sastatypes -> sastadev.sastatypes * I ran the tests this time * more imports from sastadev * Update requirements.txt Co-authored-by: Jelte van Boheemen <j.vanboheemen@uu.nl> * trying to fix dependencies * didn't merge requirements correctly * updated sastadev --------- Co-authored-by: Jelte van Boheemen <j.vanboheemen@uu.nl>
- Loading branch information
1 parent
19dc760
commit 1e558f4
Showing
5 changed files
with
41 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,48 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile | ||
# | ||
alpino-query==2.1.9 | ||
alpino-query==2.1.10 | ||
# via mwe-query (setup.py) | ||
auchann==0.1.1 | ||
# via sastadev | ||
basexclient==8.4.4 | ||
# via mwe-query (setup.py) | ||
certifi==2022.6.15 | ||
certifi==2023.7.22 | ||
# via requests | ||
charset-normalizer==2.1.0 | ||
chamd==0.5.11 | ||
# via auchann | ||
charset-normalizer==3.2.0 | ||
# via requests | ||
idna==3.3 | ||
editdistance==0.6.2 | ||
# via auchann | ||
et-xmlfile==1.1.0 | ||
# via openpyxl | ||
idna==3.4 | ||
# via requests | ||
lxml==4.9.1 | ||
# via alpino-query | ||
requests==2.28.1 | ||
lxml==4.9.3 | ||
# via | ||
# alpino-query | ||
# sastadev | ||
openpyxl==3.1.2 | ||
# via sastadev | ||
pyyaml==6.0.1 | ||
# via pyyaml-include | ||
pyyaml-include==1.3.1 | ||
# via auchann | ||
requests==2.31.0 | ||
# via | ||
# alpino-query | ||
# mwe-query (setup.py) | ||
sastadev==0.0.3 | ||
# via mwe-query (setup.py) | ||
urllib3==1.26.11 | ||
sastadev==0.1.1 | ||
# via | ||
# auchann | ||
# mwe-query (setup.py) | ||
typing-extensions==4.7.1 | ||
# via sastadev | ||
urllib3==2.0.4 | ||
# via requests | ||
xlsxwriter==3.1.2 | ||
# via sastadev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters