Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit f0e3910

Browse files
author
Samuel Hassine
committed
[client] Restore version
1 parent 3c1483e commit f0e3910

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ pytz==2021.1
88
pika==1.2.0
99
sseclient==0.0.27
1010
black==20.8b1
11-
python-magic==0.4.20; sys_platform == 'linux' or sys_platform == 'darwin'
11+
python-magic==0.4.18; sys_platform == 'linux' or sys_platform == 'darwin'
1212
python-magic-bin==0.4.14; sys_platform == 'win32'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run(self):
5858
"pytz==2021.1",
5959
"pika==1.2.0",
6060
"sseclient==0.0.27",
61-
"python-magic==0.4.20;sys.platform=='linux' or sys.platform=='darwin'",
61+
"python-magic==0.4.18;sys.platform=='linux' or sys.platform=='darwin'",
6262
"python-magic-bin==0.4.14;sys.platform=='win32'",
6363
],
6464
cmdclass={"verify": VerifyVersionCommand},

0 commit comments

Comments
 (0)