Skip to content

Commit fa0fa66

Browse files
committed
Specified version for important modules
1 parent 48c67f1 commit fa0fa66

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

setup.py

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,38 @@
77
long_description = ifp.read()
88

99
setup(
10-
name="brood",
10+
name="bugout-brood",
1111
version=BROOD_VERSION,
1212
packages=find_packages(),
1313
install_requires=[
1414
"argon2_cffi",
15-
"boto3",
16-
"fastapi",
15+
"boto3>=1.20.2",
16+
"fastapi>=0.70.0",
1717
"passlib",
1818
"psycopg2-binary",
1919
"pydantic",
2020
"python-multipart",
2121
"sendgrid",
22-
"sqlalchemy",
23-
"stripe",
24-
"uvicorn",
22+
"sqlalchemy>=1.4.26",
23+
"stripe>=2.61.0",
24+
"uvicorn>=0.15.0",
2525
],
2626
extras_require={
27-
"dev": ["alembic", "black", "isort", "mypy"],
27+
"dev": ["alembic>=1.7.4", "black", "isort", "mypy"],
2828
"distribute": ["setuptools", "twine", "wheel"],
2929
},
3030
description="Brood: Bugout authentication",
3131
long_description=long_description,
3232
long_description_content_type="text/markdown",
33-
author="Neeraj Kashyap",
34-
author_email="neeraj@simiotics.com",
33+
author="Bugout.dev",
34+
author_email="engineering@bugout.dev",
3535
classifiers=[
36-
"Development Status :: 2 - Pre-Alpha",
36+
"Development Status :: 3 - Alpha",
37+
"Intended Audience :: Developers",
38+
"Natural Language :: English",
3739
"Programming Language :: Python",
40+
"License :: OSI Approved :: Apache Software License",
41+
"Topic :: Software Development :: Libraries",
3842
],
3943
url="https://github.com/simiotics/brood",
4044
entry_points={

0 commit comments

Comments
 (0)