Skip to content

Commit

Permalink
[FIX] fix fe using specific commit of pysimplesoap
Browse files Browse the repository at this point in the history
with the changes on 24 and 25 of june on pysimplesoap (https://github.com/pysimplesoap/pysimplesoap/commits/stable_py3k), our FE was broken and we're receiving the error "TypeError data must be bytes or None, not str"
We use last commit that was working ok for us
  • Loading branch information
jjscarafia committed Jun 29, 2020
1 parent 2c65865 commit cd016e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pyOpenSSL
M2Crypto
httplib2>=0.7
git+https://github.com/pysimplesoap/pysimplesoap@stable_py3k
git+https://github.com/pysimplesoap/pysimplesoap@a330d9c4af1b007fe1436f979ff0b9f66613136e
# fpdf>=1.7.2
# dbf>=0.88.019
# Pillow>=2.0.0
Expand Down

0 comments on commit cd016e3

Please sign in to comment.