Skip to content

Commit f517f8c

Browse files
Add python-requests to job
1 parent 981974c commit f517f8c

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

.github/workflows/.python-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21+
python -m pip install requests
2122
pip install pipenv
2223
pipenv install --dev
2324
pipenv install nose pylint --dev

Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name = "pypi"
55

66
[packages]
77
flask = "*"
8+
gunicorn = "*"
89

910
[dev-packages]
1011
flask = "*"

Pipfile.lock

+17-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)