File tree 7 files changed +261
-115
lines changed
7 files changed +261
-115
lines changed Original file line number Diff line number Diff line change 1
1
dist : xenial
2
2
language : python
3
3
python :
4
- - " 3.5"
5
4
- " 3.6"
6
5
- " 3.7"
7
6
- " 3.8"
7
+ - " 3.9"
8
8
install :
9
9
- pip install -r requirements.txt
10
10
script :
Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ verify_ssl = true
6
6
[dev-packages ]
7
7
coveralls = " *"
8
8
nose = " *"
9
+ autopep8 = " *"
10
+ pylint = " *"
9
11
10
12
[packages ]
11
13
requests = " *"
12
14
python-dateutil = " *"
13
15
pytz = " *"
14
16
flask = " *"
15
- pillow = " >=7.1.0 "
17
+ pillow = " * "
16
18
werkzeug = " *"
17
19
filetype = " *"
18
20
Original file line number Diff line number Diff line change 4
4
[ ![ ] ( https://coveralls.io/repos/github/codingedward/flask-sieve/badge.svg?branch=master )] ( https://coveralls.io/github/codingedward/flask-sieve?branch=master )
5
5
[ ![ ] ( https://api.codacy.com/project/badge/Grade/041c02c078b649a98b5c8c58bd8fd015 )] ( https://www.codacy.com/app/codingedward/flask-sieve?utm_source=github.com& ; utm_medium=referral& ; utm_content=codingedward/flask-sieve& ; utm_campaign=Badge_Grade )
6
6
[ ![ ] ( https://pepy.tech/badge/flask-sieve )] ( https://pepy.tech/project/flask-sieve )
7
- [ ![ ] ( https://img.shields.io/badge/python-3.5 %20%7C%203.6 %20%7C%203.7 %20%7C%203.8 -blue.svg )] ( https://pypi.org/project/flask-sieve/ )
7
+ [ ![ ] ( https://img.shields.io/badge/python-3.6 %20%7C%203.7 %20%7C%203.8 %20%7C%203.9 -blue.svg )] ( https://pypi.org/project/flask-sieve/ )
8
8
9
9
10
10
A requests validator for Flask inspired by Laravel.
Original file line number Diff line number Diff line change 4
4
[ ![ ] ( https://coveralls.io/repos/github/codingedward/flask-sieve/badge.svg?branch=master )] ( https://coveralls.io/github/codingedward/flask-sieve?branch=master )
5
5
[ ![ ] ( https://api.codacy.com/project/badge/Grade/041c02c078b649a98b5c8c58bd8fd015 )] ( https://www.codacy.com/app/codingedward/flask-sieve?utm_source=github.com& ; utm_medium=referral& ; utm_content=codingedward/flask-sieve& ; utm_campaign=Badge_Grade )
6
6
[ ![ ] ( https://pepy.tech/badge/flask-sieve )] ( https://pepy.tech/project/flask-sieve )
7
- [ ![ ] ( https://img.shields.io/badge/python-3.5 %20%7C%203.6 %20%7C%203.7 %20%7C%203.8 -blue.svg )] ( https://pypi.org/project/flask-sieve/ )
7
+ [ ![ ] ( https://img.shields.io/badge/python-3.6 %20%7C%203.7 %20%7C%203.8 %20%7C%203.9 -blue.svg )] ( https://pypi.org/project/flask-sieve/ )
8
8
9
9
10
10
<img src =" https://raw.githubusercontent.com/codingedward/flask-sieve/master/docs/source/_static/sieve.png " style =" width : 40% ; float : right ; transform : rotate (-15deg )" />
Original file line number Diff line number Diff line change 1
- certifi == 2020.6.20
2
- chardet == 3.0.4
1
+ astroid == 2.5.1
2
+ autopep8 == 1.5.6
3
+ certifi == 2020.12.5
4
+ chardet == 4.0.0
3
5
click == 7.1.2
4
- coverage == 5.2.1
5
- coveralls == 2.1.2
6
+ coverage == 5.5
7
+ coveralls == 3.0.1
6
8
docopt == 0.6.2
7
9
filetype == 1.0.7
8
10
Flask == 1.1.2
9
11
idna == 2.10
12
+ isort == 5.7.0
10
13
itsdangerous == 1.1.0
11
- Jinja2 == 2.11.2
14
+ Jinja2 == 2.11.3
15
+ lazy-object-proxy == 1.5.2
12
16
MarkupSafe == 1.1.1
17
+ mccabe == 0.6.1
13
18
nose == 1.3.7
14
- Pillow == 7.2.0
19
+ Pillow == 8.1.2
20
+ pycodestyle == 2.7.0
21
+ pylint == 2.7.2
15
22
python-dateutil == 2.8.1
16
- pytz == 2020 .1
17
- requests == 2.24.0
23
+ pytz == 2021 .1
24
+ requests == 2.25.1
18
25
six == 1.15.0
19
- urllib3 == 1.25.10
26
+ toml == 0.10.2
27
+ urllib3 == 1.26.4
20
28
Werkzeug == 1.0.1
29
+ wrapt == 1.12.1
Original file line number Diff line number Diff line change 5
5
name = 'flask-sieve' ,
6
6
description = 'A Laravel inspired requests validator for Flask' ,
7
7
long_description = 'Find the documentation at https://flask-sieve.readthedocs.io/en/latest/' ,
8
- version = '1.3.1 ' ,
8
+ version = '2.0.0 ' ,
9
9
url = 'https://github.com/codingedward/flask-sieve' ,
10
10
license = 'BSD-2' ,
11
11
author = 'Edward Njoroge' ,
22
22
],
23
23
classifiers = [
24
24
'Development Status :: 5 - Production/Stable' ,
25
- 'Programming Language :: Python :: 3.5' ,
26
25
'Programming Language :: Python :: 3.6' ,
27
26
'Programming Language :: Python :: 3.7' ,
28
27
'Programming Language :: Python :: 3.8' ,
28
+ 'Programming Language :: Python :: 3.9' ,
29
29
'Topic :: Software Development :: Libraries :: Python Modules'
30
30
],
31
31
packages = find_packages (),
34
34
'Source' : 'https://github.com/codingedward/flask-sieve/' ,
35
35
'Tracker' : 'https://github.com/codingedward/flask-sieve/issues' ,
36
36
},
37
- python_requires = '>=3.5 ' ,
37
+ python_requires = '>=3.6 ' ,
38
38
zip_safe = False
39
39
)
You can’t perform that action at this time.
0 commit comments