Skip to content

Commit

Permalink
Bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ollandos committed Dec 15, 2020
1 parent 125f9b9 commit 216e286
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2
jobs:
build:
docker:
- image: python:3.6
- image: python:3.9.1-slim-buster
steps:
- checkout
- run:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PyYAML==5.1
django==1.11
django==1.11.29
mistune==0.7.3
polib==1.0.3
pyparsing==2.2.0
six

# InDesign
lxml==4.1.1
lxml==4.3.3
git+git://github.com/kbairak/ucflib@py3_compatibility
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'mistune==0.7.3',
'PyYAML==5.1',
'pyparsing==2.2.0',
'lxml==4.1.1',
'lxml==4.3.3',
'ucflib @ git+https://github.com/kbairak/ucflib.git@py3_compatibility#egg=ucflib-0.2.1', # noqa
]

Expand Down

0 comments on commit 216e286

Please sign in to comment.