Skip to content

Commit

Permalink
fix moudle
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa0128 committed Sep 19, 2023
1 parent 83512bd commit 54d8f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setuptools.setup(
install_requires=['fastapi','uvicorn', 'requests', 'loguru', 'fire','pyfiglet','psutil',
'pyyaml','python-multipart','sqlalchemy'],
version='1.0.7',
version='1.0.8',
long_description=long_description,
long_description_content_type="text/markdown",
description="WebMeter - A web api-performance tool based on jmeter.",
Expand Down
2 changes: 1 addition & 1 deletion webmeter/core/sqlhandle/crud.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from core.sqlhandle import models, schemas, database
from webmeter.core.sqlhandle import models, schemas, database
from typing import Optional
from loguru import logger
import os, shutil, datetime
Expand Down

0 comments on commit 54d8f11

Please sign in to comment.