Skip to content

Commit a675e89

Browse files
committed
fix requirements.txt
1 parent 478381f commit a675e89

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ SQLAlchemy>=1.4.39,<2.0.0
22
pydantic>=1.9.1
33
fastapi>=0.79.0
44
uvicorn>=0.18.2
5-
simplejson>=3.17.6
5+
simplejson>=3.17.6
6+
tortoise-orm>=0.19.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
__version__ = "0.2.1"
4+
__version__ = "0.2.2"
55

66

77
requirements_filepath = os.path.join(os.path.dirname(__name__), "requirements.txt")

0 commit comments

Comments
 (0)