Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 35e514c

Browse files
committed
chore(requirements): add requirements file and add to dev requirements
1 parent 7223e1d commit 35e514c

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Each one of them encapsulates the operations related to it (like listing, updati
6161

6262
### Forms
6363

64-
### `forms.create(data={})`
64+
#### `forms.create(data={})`
6565

6666
Creates a form. Returns `dict` of created form. [See docs](https://developer.typeform.com/create/reference/create-form/).
6767

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ coverage
22
coveralls
33
flake8
44
flake8-quotes
5-
requests-mock
5+
requests-mock
6+
setuptools

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
requests

0 commit comments

Comments
 (0)