mirror of
				https://github.com/veops/cmdb.git
				synced 2025-11-04 13:46:17 +08:00 
			
		
		
		
	Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.2.0 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			77 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			77 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[source]]
 | 
						|
url = "https://mirrors.aliyun.com/pypi/simple"
 | 
						|
verify_ssl = true
 | 
						|
name = "pypi"
 | 
						|
 | 
						|
[packages]
 | 
						|
# Flask
 | 
						|
Flask = "==1.0.3"
 | 
						|
Werkzeug = "==0.15.5"
 | 
						|
click = ">=5.0"
 | 
						|
# Api
 | 
						|
Flask-RESTful = "==0.3.7"
 | 
						|
# Database
 | 
						|
Flask-SQLAlchemy = "==2.4.0"
 | 
						|
SQLAlchemy = "==1.3.5"
 | 
						|
PyMySQL = "==0.9.3"
 | 
						|
redis = "==3.2.1"
 | 
						|
# Migrations
 | 
						|
Flask-Migrate = "==2.5.2"
 | 
						|
# Deployment
 | 
						|
gunicorn = "==19.5.0"
 | 
						|
supervisor = "==4.0.3"
 | 
						|
# Auth
 | 
						|
Flask-Login = "==0.4.1"
 | 
						|
Flask-Bcrypt = "==0.7.1"
 | 
						|
Flask-Cors = ">=3.0.8"
 | 
						|
python-ldap = "==3.4.0"
 | 
						|
pycryptodome = "==3.12.0"
 | 
						|
# Caching
 | 
						|
Flask-Caching = ">=1.0.0"
 | 
						|
# Environment variable parsing
 | 
						|
environs = "==4.2.0"
 | 
						|
marshmallow = "==2.20.2"
 | 
						|
# async tasks
 | 
						|
celery = "==4.3.0"
 | 
						|
celery_once = "==3.0.1"
 | 
						|
more-itertools = "==5.0.0"
 | 
						|
kombu = "==4.4.0"
 | 
						|
# common setting
 | 
						|
Flask-APScheduler = "==1.12.4"
 | 
						|
timeout-decorator = "==0.5.0"
 | 
						|
WTForms = "==3.0.0"
 | 
						|
email-validator = "==1.3.1"
 | 
						|
treelib = "==1.6.1"
 | 
						|
flasgger = "==0.9.5"
 | 
						|
Pillow = "==9.3.0"
 | 
						|
# other
 | 
						|
six = "==1.12.0"
 | 
						|
bs4 = ">=0.0.1"
 | 
						|
toposort = ">=1.5"
 | 
						|
requests = ">=2.22.0"
 | 
						|
PyJWT = "==2.4.0"
 | 
						|
elasticsearch = "==7.17.9"
 | 
						|
future = "==0.18.2"
 | 
						|
itsdangerous = "==2.0.1"
 | 
						|
Jinja2 = "==3.0.1"
 | 
						|
jinja2schema = "==0.1.4"
 | 
						|
msgpack-python = "==0.5.6"
 | 
						|
alembic = "==1.7.7"
 | 
						|
 | 
						|
[dev-packages]
 | 
						|
# Testing
 | 
						|
pytest = "==4.6.5"
 | 
						|
WebTest = "==2.0.33"
 | 
						|
factory-boy = "==2.12.*"
 | 
						|
pdbpp = "==0.10.0"
 | 
						|
# Lint and code style
 | 
						|
flake8 = "==3.7.7"
 | 
						|
flake8-blind-except = "==0.1.1"
 | 
						|
flake8-debugger = "==3.1.0"
 | 
						|
flake8-docstrings = "==1.3.0"
 | 
						|
flake8-isort = "==2.7.0"
 | 
						|
isort = "==4.3.21"
 | 
						|
pep8-naming = "==0.8.2"
 | 
						|
pydocstyle = "==3.0.0"
 | 
						|
 |