Skip to content

Commit c7c6ff6

Browse files
author
joseramon.afonso
committed
Added requirements file and pyup for dependencies security bot
1 parent 7ce32b2 commit c7c6ff6

3 files changed

Lines changed: 31 additions & 1 deletion

File tree

.pyup.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# configure updates globally
2+
update: insecure
3+
4+
# configure dependency pinning globally
5+
pin: True
6+
7+
# set the default branch
8+
branch: master
9+
10+
# update schedule
11+
schedule: "every day"
12+
13+
# search for requirement files
14+
search: True
15+
16+
# configure the branch prefix the bot is using
17+
# default: pyup-
18+
branch_prefix: pyup/
19+
20+
# set a global prefix for PRs
21+
pr_prefix: "PYUP #12345"
22+
23+
# allow to close stale PRs
24+
close_prs: True

requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Click==7.0
2+
requests==2.21.0
3+
devo-sdk>=2,<3
4+
Jinja2==2.10
5+
psutil==5.4.8
6+
python-dateutil==2.7.5
7+
Faker==1.0.1

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"Natural Language :: English",
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent",
18-
"Programming Language :: Python",
1918
"Programming Language :: Python :: 3",
2019
"Programming Language :: Python :: 3.3",
2120
"Programming Language :: Python :: 3.4",

0 commit comments

Comments
 (0)