Skip to content

Commit

Permalink
Add Adeft from git temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed May 9, 2024
1 parent 7648244 commit b56f6ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[test,ui]
pip install git+https://github.com/steppi/adeft.git@modernize
python -c "import nltk; nltk.download('punkt'); nltk.download('stopwords')"
python -m adeft.download
- name: Tests
Expand Down
2 changes: 1 addition & 1 deletion gilda/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.2.0'
__version__ = '1.2.1'

import logging

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'Programming Language :: Python :: 3.11',
],
packages=find_packages(),
install_requires=['regex', 'adeft>=0.11.0', 'boto3', 'flask>=3.0,<4.0',
install_requires=['regex', 'boto3', 'flask>=3.0,<4.0',
'flask-restx>=1.3.0', 'pystow>=0.1.10', 'unidecode',
'importlib_metadata; python_version < "3.8"',
'werkzeug'],
Expand Down

0 comments on commit b56f6ca

Please sign in to comment.