11[tool .poetry ]
22name = " redis-om"
33version = " 0.0.27"
4- description = " Objecting mapping , and more, for Redis."
5- authors = [" Andrew Brookins <andrew.brookins @redis.com>" ]
6- maintainers = [" Andrew Brookins <andrew.brookins @redis.com>" ]
4+ description = " Object mappings , and more, for Redis."
5+ authors = [" Redis OSS <oss @redis.com>" ]
6+ maintainers = [" Redis OSS <oss @redis.com>" ]
77license = " BSD-3-Clause"
88readme = " README.md"
99repository = " https://github.com/redis-developer/redis-om-python"
@@ -12,15 +12,28 @@ packages = [
1212]
1313classifiers = [
1414 " Development Status :: 3 - Alpha" ,
15+ " Environment :: Console" ,
1516 " Intended Audience :: Developers" ,
16- " Topic :: Database :: Front-Ends" ,
17+ " Operating System :: OS Independent" ,
18+ " Topic :: Database" ,
19+ ' License :: OSI Approved :: BSD License' ,
20+ ' Programming Language :: Python :: 3.10' ,
21+ ' Programming Language :: Python :: 3.6' ,
22+ ' Programming Language :: Python :: 3.7' ,
23+ ' Programming Language :: Python :: 3.8' ,
24+ ' Programming Language :: Python :: 3.9' ,
25+ ' Programming Language :: Python' ,
1726]
1827include =[
1928 " docs/*" ,
2029 " images/*" ,
2130 " redis_om/**/*" ,
2231]
2332
33+ [tool .poetry .urls ]
34+ "Code" = " https://github.com/redis/redis-om-python"
35+ "Issue tracker" = " https://github.com/redis/redis-om-python/issues"
36+
2437[tool .poetry .dependencies ]
2538python = " ^3.7"
2639redis = " >=3.5.3,<5.0.0"
@@ -29,7 +42,6 @@ pydantic = "^1.8.2"
2942click = " ^8.0.1"
3043pptree = " ^3.1"
3144types-redis = " >=3.5.9,<5.0.0"
32- types-six = " ^1.16.1"
3345python-ulid = " ^1.0.3"
3446cleo = " 1.0.0a5"
3547typing-extensions = " ^4.0.0"
@@ -39,7 +51,6 @@ hiredis = "^2.0.0"
3951mypy = " ^0.971"
4052pytest = " ^7.1.2"
4153ipdb = " ^0.13.9"
42- pylint = " ^2.13.9"
4354black = " ^22.6"
4455isort = " ^5.9.3"
4556flake8 = " ^5.0.4"
@@ -59,4 +70,4 @@ migrate = "redis_om.model.cli.migrate:migrate"
5970
6071[build-system ]
6172requires = [" poetry-core>=1.0.0" ]
62- build-backend = " poetry.core.masonry.api"
73+ build-backend = " poetry.core.masonry.api"
0 commit comments