Skip to content

Commit 3fc792c

Browse files
committed
build(deps): Make Faker a dependency (temporarily)
We will resolve this in #411
1 parent fd0b994 commit 3fc792c

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"
6161
[tool.poetry.dependencies]
6262
python = "^3.9"
6363
typing-extensions = { version = "^4.1.1", python = '3.10' }
64+
Faker = "*"
6465

6566
[tool.poetry.dev-dependencies]
6667
### Docs ###
@@ -80,7 +81,6 @@ pytest = "*"
8081
pytest-rerunfailures = "*"
8182
pytest-mock = "*"
8283
pytest-watcher = "^0.2.3"
83-
Faker = "*"
8484

8585
### Coverage ###
8686
codecov = "*"
@@ -112,7 +112,6 @@ docs = [
112112
"furo",
113113
]
114114
test = [
115-
"faker",
116115
"gp-libs",
117116
"pytest",
118117
"pytest-rerunfailures",

0 commit comments

Comments
 (0)