Browse Source

🐛 fix version of python to 2.9

dependabot/pip/requirements/sqlalchemy-1.3.0
Logan-Chenavier 6 years ago
parent
commit
ce245b38bd
  1. 2
      Pipfile

2
Pipfile

@ -30,4 +30,4 @@ factory-boy = "*"
Faker = "*"
[requires]
python_version = "3.7"
python_version = "3.9"
Loading…
Cancel
Save