Skip to content

Commit

Permalink
remove pipfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn martin committed Jan 6, 2022
1 parent c177bbc commit f75c085
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 282 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ __pycache__
tests
dist
FastAPI_SQLModel.egg-info
Pipfile
Pipfile.lock
19 changes: 0 additions & 19 deletions Pipfile

This file was deleted.

262 changes: 0 additions & 262 deletions Pipfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
python_requires=">=3.9",
install_requires=["starlette>=0.12.9", "SQLAlchemy>=1.2"],
classifiers=[
"Development Status :: 1 - Beta",
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: AsyncIO",
"Intended Audience :: Developers",
Expand Down

0 comments on commit f75c085

Please sign in to comment.