diff --git a/.gitignore b/.gitignore index e638c809791d37a20c7cbd263b74e92479ead047..04c432b6cb8f44b6aa257319daf5eab3918fecd4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,5 @@ __pycache__/ # Ignore all text files -*.txt +# *.txt *.pyc diff --git a/admins_service/requirements.txt b/admins_service/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..e1c96a834313511689e0b9a444c100f00adb1ac5 --- /dev/null +++ b/admins_service/requirements.txt @@ -0,0 +1,36 @@ +annotated-types==0.6.0 +anyio==4.3.0 +certifi==2024.2.2 +click==8.1.7 +dnspython==2.6.1 +email_validator==2.1.1 +exceptiongroup==1.2.0 +fastapi==0.110.0 +greenlet==3.0.3 +h11==0.14.0 +httpcore==1.0.5 +httptools==0.6.1 +httpx==0.27.0 +idna==3.6 +itsdangerous==2.1.2 +Jinja2==3.1.3 +MarkupSafe==2.1.5 +mysql-connector-python==8.4.0 +orjson==3.10.0 +pydantic==2.6.4 +pydantic-extra-types==2.6.0 +pydantic-settings==2.2.1 +pydantic_core==2.16.3 +python-dotenv==1.0.1 +python-multipart==0.0.9 +PyYAML==6.0.1 +sniffio==1.3.1 +SQLAlchemy==2.0.29 +starlette==0.36.3 +typing_extensions==4.10.0 +ujson==5.9.0 +uvicorn==0.29.0 +uvloop==0.19.0 +watchfiles==0.21.0 +websockets==12.0 + diff --git a/bikes_service/requirements.txt b/bikes_service/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..a81bc1bbccb8156bb5541cefe3f64b10ceec01db --- /dev/null +++ b/bikes_service/requirements.txt @@ -0,0 +1,35 @@ +annotated-types==0.6.0 +anyio==4.3.0 +certifi==2024.2.2 +click==8.1.7 +dnspython==2.6.1 +email_validator==2.1.1 +exceptiongroup==1.2.0 +fastapi==0.110.0 +greenlet==3.0.3 +h11==0.14.0 +httpcore==1.0.5 +httptools==0.6.1 +httpx==0.27.0 +idna==3.6 +itsdangerous==2.1.2 +Jinja2==3.1.3 +MarkupSafe==2.1.5 +mysql-connector-python==8.4.0 +orjson==3.10.0 +pydantic==2.6.4 +pydantic-extra-types==2.6.0 +pydantic-settings==2.2.1 +pydantic_core==2.16.3 +python-dotenv==1.0.1 +python-multipart==0.0.9 +PyYAML==6.0.1 +sniffio==1.3.1 +SQLAlchemy==2.0.29 +starlette==0.36.3 +typing_extensions==4.10.0 +ujson==5.9.0 +uvicorn==0.29.0 +uvloop==0.19.0 +watchfiles==0.21.0 +websockets==12.0 \ No newline at end of file diff --git a/rentals_service/requirements.txt b/rentals_service/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..f93e2cb5c7e364519000770d8325d5d515a9e71d --- /dev/null +++ b/rentals_service/requirements.txt @@ -0,0 +1,35 @@ +annotated-types==0.6.0 +anyio==4.3.0 +certifi==2024.2.2 +click==8.1.7 +dnspython==2.6.1 +email_validator==2.1.1 +exceptiongroup==1.2.0 +fastapi==0.110.0 +greenlet==3.0.3 +h11==0.14.0 +httpcore==1.0.5 +httptools==0.6.1 +httpx==0.27.0 +idna==3.6 +itsdangerous==2.1.2 +Jinja2==3.1.3 +MarkupSafe==2.1.5 +mysql-connector-python==8.4.0 +orjson==3.10.0 +pydantic==2.6.4 +pydantic-extra-types==2.6.0 +pydantic-settings==2.2.1 +pydantic_core==2.16.3 +python-dotenv==1.0.1 +python-multipart==0.0.9 +PyYAML==6.0.1 +sniffio==1.3.1 +SQLAlchemy==2.0.29 +starlette==0.36.3 +typing_extensions==4.10.0 +ujson==5.9.0 +uvicorn==0.29.0 +uvloop==0.19.0 +watchfiles==0.21.0 +websockets==12.0 diff --git a/reviews_service/requirements.txt b/reviews_service/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..f93e2cb5c7e364519000770d8325d5d515a9e71d --- /dev/null +++ b/reviews_service/requirements.txt @@ -0,0 +1,35 @@ +annotated-types==0.6.0 +anyio==4.3.0 +certifi==2024.2.2 +click==8.1.7 +dnspython==2.6.1 +email_validator==2.1.1 +exceptiongroup==1.2.0 +fastapi==0.110.0 +greenlet==3.0.3 +h11==0.14.0 +httpcore==1.0.5 +httptools==0.6.1 +httpx==0.27.0 +idna==3.6 +itsdangerous==2.1.2 +Jinja2==3.1.3 +MarkupSafe==2.1.5 +mysql-connector-python==8.4.0 +orjson==3.10.0 +pydantic==2.6.4 +pydantic-extra-types==2.6.0 +pydantic-settings==2.2.1 +pydantic_core==2.16.3 +python-dotenv==1.0.1 +python-multipart==0.0.9 +PyYAML==6.0.1 +sniffio==1.3.1 +SQLAlchemy==2.0.29 +starlette==0.36.3 +typing_extensions==4.10.0 +ujson==5.9.0 +uvicorn==0.29.0 +uvloop==0.19.0 +watchfiles==0.21.0 +websockets==12.0 diff --git a/users_service/requirements.txt b/users_service/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..f93e2cb5c7e364519000770d8325d5d515a9e71d --- /dev/null +++ b/users_service/requirements.txt @@ -0,0 +1,35 @@ +annotated-types==0.6.0 +anyio==4.3.0 +certifi==2024.2.2 +click==8.1.7 +dnspython==2.6.1 +email_validator==2.1.1 +exceptiongroup==1.2.0 +fastapi==0.110.0 +greenlet==3.0.3 +h11==0.14.0 +httpcore==1.0.5 +httptools==0.6.1 +httpx==0.27.0 +idna==3.6 +itsdangerous==2.1.2 +Jinja2==3.1.3 +MarkupSafe==2.1.5 +mysql-connector-python==8.4.0 +orjson==3.10.0 +pydantic==2.6.4 +pydantic-extra-types==2.6.0 +pydantic-settings==2.2.1 +pydantic_core==2.16.3 +python-dotenv==1.0.1 +python-multipart==0.0.9 +PyYAML==6.0.1 +sniffio==1.3.1 +SQLAlchemy==2.0.29 +starlette==0.36.3 +typing_extensions==4.10.0 +ujson==5.9.0 +uvicorn==0.29.0 +uvloop==0.19.0 +watchfiles==0.21.0 +websockets==12.0