-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dependencies and release v1.4.1 (#216)
* Fix dependencies in v1.4.1 * Update config.yml for circleci * Add py36 for circleci * Fix test cases * Add py310 for circleci
- Loading branch information
Showing
34 changed files
with
79 additions
and
35 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,11 +1,22 @@ | ||
pip>=19.1.1 | ||
APScheduler>=3.5.3 | ||
flask>=1.0.2 | ||
flask-compress>=1.4.0 | ||
Flask-SQLAlchemy>=2.3.2 | ||
APScheduler==3.5.3 | ||
click==7.0 | ||
colorama==0.4.0 | ||
Flask==1.0.2 | ||
Flask-Compress==1.4.0 | ||
Flask-SQLAlchemy==2.4.0 | ||
idna==2.7 | ||
itsdangerous==1.1.0 | ||
Jinja2==2.10 | ||
logparser==0.8.2 | ||
MarkupSafe==1.1.1 | ||
pexpect==4.7.0 | ||
ptyprocess==0.6.0 | ||
pytz==2018.9 | ||
requests>=2.21.0 | ||
setuptools>=40.6.3 | ||
six>=1.12.0 | ||
SQLAlchemy>=1.2.15 | ||
w3lib>=1.17.0 | ||
six==1.12.0 | ||
SQLAlchemy==1.3.24 | ||
tzlocal==1.5.1 | ||
w3lib==1.19.0 | ||
Werkzeug==0.14.1 |
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,7 +1,7 @@ | ||
# coding: utf-8 | ||
|
||
__title__ = 'scrapydweb' | ||
__version__ = '1.4.0' | ||
__version__ = '1.4.1' | ||
__author__ = 'my8100' | ||
__author_email__ = '[email protected]' | ||
__url__ = 'https://github.com/my8100/scrapydweb' | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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