Skip to content

Commit

Permalink
Merge pull request #37 from SundayWindy/feat/requirements
Browse files Browse the repository at this point in the history
feat(requirements): loose requirements
  • Loading branch information
ruicore authored Jul 17, 2024
2 parents aba7750 + f7022cb commit e11e8c4
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 99 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- "3.8"
- "3.9"
# command to install dependencies
os:
- linux
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# flask-restful

[![Build Status](https://travis-ci.com/RuiCoreSci/FlaskRestful.svg?branch=master)](https://travis-ci.com/RuiCoreSci/FlaskRestful)   [![Coverage Status](https://coveralls.io/repos/github/RuiCoreSci/flask-restful/badge.svg?branch=master)](https://coveralls.io/github/RuiCoreSci/flask-restful?branch=master)   [![codebeat badge](https://codebeat.co/badges/2c118356-0bab-4888-87a1-43acc91e9c72)](https://codebeat.co/projects/github-com-ruicoresci-flask-restful-master)   ![python3.8](https://img.shields.io/badge/language-python3.8-blue.svg)   ![framework](https://img.shields.io/badge/framework-flask--restful-blue)   ![issues](https://img.shields.io/github/issues/RuiCoreSci/flask-restful) ![stars](https://img.shields.io/github/stars/RuiCoreSci/flask-restful)   ![license](https://img.shields.io/github/license/RuiCoreSci/flask-restful)
[![Build Status](https://travis-ci.com/RuiCoreSci/FlaskRestful.svg?branch=master)](https://travis-ci.com/RuiCoreSci/FlaskRestful)   [![Coverage Status](https://coveralls.io/repos/github/RuiCoreSci/flask-restful/badge.svg?branch=master)](https://coveralls.io/github/RuiCoreSci/flask-restful?branch=master)   [![codebeat badge](https://codebeat.co/badges/2c118356-0bab-4888-87a1-43acc91e9c72)](https://codebeat.co/projects/github-com-ruicoresci-flask-restful-master)   ![python3.9](https://img.shields.io/badge/language-python3.9-blue.svg)   ![framework](https://img.shields.io/badge/framework-flask--restful-blue)   ![issues](https://img.shields.io/github/issues/RuiCoreSci/flask-restful) ![stars](https://img.shields.io/github/stars/RuiCoreSci/flask-restful)   ![license](https://img.shields.io/github/license/RuiCoreSci/flask-restful)

* This is a web backend project based on the ```flask-restful```, coding in ```python3.8```.
* This is a web backend project based on the ```flask-restful```, coding in ```python3.9```.
* You can treat it as a template to **learn web-framework** or just simply **a start to use python** writing web project.
* This project uses **Typing** for typing hint.
* This project uses **Unittest** for testing.
Expand Down Expand Up @@ -40,7 +40,7 @@

## 1. Require

* Python3.8
* Python3.9
* MySql(5.7 or above)

## 2. Run
Expand Down
189 changes: 94 additions & 95 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,95 +1,94 @@
alembic==1.11.1
aniso8601==9.0.1
appdirs==1.4.4
appnope==0.1.3
astroid==2.15.5
asttokens==2.2.1
attrs==23.1.0
Authlib==1.2.1
backcall==0.2.0
blinker==1.6.2
certifi==2023.5.7
cffi==1.15.1
cfgv==3.3.1
chardet==5.1.0
charset-normalizer==3.1.0
click==8.1.3
codecov==2.1.13
coverage==6.5.0
coveralls==3.3.1
cryptography==41.0.1
decorator==5.1.1
dill==0.3.6
distlib==0.3.6
docopt==0.6.2
executing==1.2.0
filelock==3.12.2
Flask==2.2.5
Flask-Cors==4.0.0
Flask-HTTPAuth==4.8.0
Flask-Migrate==4.0.4
Flask-RESTful==0.3.10
Flask-Script==2.0.6
Flask-SQLAlchemy==3.0.5
gevent==22.10.2
greenlet==2.0.2
gunicorn==20.1.0
identify==2.5.24
idna==3.4
importlab==0.8
iniconfig==2.0.0
ipython==8.14.0
ipython-genutils==0.2.0
isort==5.12.0
itsdangerous==2.1.2
jedi==0.18.2
Jinja2==3.1.2
lazy-object-proxy==1.9.0
Mako==1.2.4
MarkupSafe==2.1.3
matplotlib-inline==0.1.6
mccabe==0.7.0
more-itertools==9.1.0
mypy==1.4.1
mypy-extensions==1.0.0
networkx==3.1
ninja==1.11.1
nodeenv==1.8.0
packaging==23.1
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
pip-review==1.3.0
platformdirs==3.8.0
pluggy==1.2.0
pre-commit==3.3.3
prompt-toolkit==3.0.38
ptyprocess==0.7.0
pure-eval==0.2.2
py==1.11.0
pycparser==2.21
Pygments==2.15.1
pylint==2.17.4
PyMySQL==1.1.0
pyparsing==3.1.0
pytest==7.4.0
python-dateutil==2.8.2
python-editor==1.0.4
pytz==2023.3
PyYAML==6.0
requests==2.31.0
six==1.16.0
SQLAlchemy==2.0.17
stack-data==0.6.2
toml==0.10.2
tomlkit==0.11.8
traitlets==5.9.0
typed-ast==1.5.4
typing_extensions==4.7.0
urllib3==2.0.3
virtualenv==20.23.1
wcwidth==0.2.6
Werkzeug==2.3.6
wrapt==1.15.0
zope.event==5.0
zope.interface==6.0
alembic~=1.11.1
aniso8601~=9.0.1
appdirs~=1.4.4
appnope~=0.1.3
astroid~=2.15.5
asttokens~=2.2.1
attrs~=23.1.0
Authlib~=1.2.1
backcall~=0.2.0
blinker~=1.6.2
certifi~=2023.5.7
cffi~=1.15.1
cfgv~=3.3.1
chardet~=5.1.0
charset-normalizer~=3.1.0
click~=8.1.3
codecov~=2.1.13
coverage~=6.5.0
coveralls~=3.3.1
cryptography~=41.0.1
decorator~=5.1.1
dill~=0.3.6
distlib~=0.3.6
docopt~=0.6.2
executing~=1.2.0
filelock~=3.12.2
Flask~=2.2.5
Flask-Cors~=4.0.0
Flask-HTTPAuth~=4.8.0
Flask-Migrate~=4.0.4
Flask-RESTful~=0.3.10
Flask-Script~=2.0.6
Flask-SQLAlchemy~=3.0.5
gevent~=22.10.2
greenlet~=2.0.2
gunicorn~=20.1.0
identify~=2.5.24
idna~=3.4
importlab~=0.8
iniconfig~=2.0.0
ipython-genutils~=0.2.0
isort~=5.12.0
itsdangerous~=2.1.2
jedi~=0.18.2
Jinja2~=3.1.2
lazy-object-proxy~=1.9.0
Mako~=1.2.4
MarkupSafe~=2.1.3
matplotlib-inline~=0.1.6
mccabe~=0.7.0
more-itertools~=9.1.0
mypy~=1.4.1
mypy-extensions~=1.0.0
networkx~=3.1
ninja~=1.11.1
nodeenv~=1.8.0
packaging~=23.1
parso~=0.8.3
pexpect~=4.8.0
pickleshare~=0.7.5
pip-review~=1.3.0
platformdirs~=3.8.0
pluggy~=1.2.0
pre-commit~=3.3.3
prompt-toolkit~=3.0.38
ptyprocess~=0.7.0
pure-eval~=0.2.2
py~=1.11.0
pycparser~=2.21
Pygments~=2.15.1
pylint~=2.17.4
PyMySQL~=1.1.0
pyparsing~=3.1.0
pytest~=7.4.0
python-dateutil~=2.8.2
python-editor~=1.0.4
pytz~=2023.3
PyYAML~=6.0
requests~=2.31.0
six~=1.16.0
SQLAlchemy~=2.0.17
stack-data~=0.6.2
toml~=0.10.2
tomlkit~=0.11.8
traitlets~=5.9.0
typed-ast~=1.5.4
typing_extensions~=4.7.0
urllib3~=2.0.3
virtualenv~=20.23.1
wcwidth~=0.2.6
Werkzeug~=2.3.6
wrapt~=1.15.0
zope.event~=5.0
zope.interface~=6.0

0 comments on commit e11e8c4

Please sign in to comment.