We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e25cb commit a520fc3Copy full SHA for a520fc3
devscripts/requirements/requirements.txt
@@ -1,3 +1,3 @@
1
SQLObject>=2.2.1; python_version == '2.7'
2
SQLObject>=3.0.0; python_version >= '3.4'
3
-m_lib.defenc>=1.0
+m_lib_defenc>=1.1.1
docs-ru/before_begin.rst
@@ -15,7 +15,7 @@
15
16
m_Librarian написан на языке Python, так что вам нужно скачать и
17
установить Python (2.7 или 3.4+). Нужны также библиотеки SQLObject и
18
-m_lib.defenc.
+m_lib_defenc.
19
20
21
Архивы библиотек
setup.py
@@ -78,7 +78,7 @@
78
install_requires=[
79
'SQLObject>=2.2.1; python_version=="2.7"',
80
'SQLObject>=3.0.0; python_version>="3.4"',
81
- 'm_lib.defenc>=1.0',
+ 'm_lib_defenc>=1.1.1',
82
],
83
extras_require={
84
'pbar': ['m_lib>=3.1'],
0 commit comments