Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
osoucy committed Jul 23, 2023
1 parent 91bd905 commit c47cfa7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions settus/basesettings.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import flit
print("flit version in venv", flit.__version__)
import pydantic
print("pydantic version in venv", pydantic.__version__)
import pydantic_settings
Expand Down

0 comments on commit c47cfa7

Please sign in to comment.