Skip to content

Commit

Permalink
remove pendulum and lock step in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Jan 3, 2024
1 parent c1caaf7 commit 27d7c7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ install_requires =
pydantic~=1.10
sqlalchemy<2.0 # To address SQLAlchemy warning (https://sqlalche.me/e/b8d9)
typing-extensions~=4.5
pendulum==2.1.2

[options.packages.find]
where = src
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,4 @@ setenv =
PIPENV_IGNORE_VIRTUALENVS = 1
deps = pipenv
commands =
pipenv lock --dev
pipenv install --dev
pipenv install --dev --ignore-pipfile

0 comments on commit 27d7c7d

Please sign in to comment.